[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-svn
Subject:    E SVN: raster IN trunk/e/src/modules/illume-keyboard: . dicts
From:       "Enlightenment SVN" <no-reply () enlightenment ! org>
Date:       2012-04-30 12:04:50
Message-ID: 20120430120450.6725B118096 () e2 ! enlightenment ! org
[Download RAW message or body]

Log:
lets get rid of the ()'s in filenames to make bsd users with their
  ancient make tools work.
  
  

Author:       raster
Date:         2012-04-30 05:04:50 -0700 (Mon, 30 Apr 2012)
New Revision: 70556
Trac:         http://trac.enlightenment.org/e/changeset/70556

Added:
  trunk/e/src/modules/illume-keyboard/dicts/English_US.dic \
trunk/e/src/modules/illume-keyboard/dicts/English_US_Small.dic  Removed:
  trunk/e/src/modules/illume-keyboard/dicts/English_(US).dic \
trunk/e/src/modules/illume-keyboard/dicts/English_(US)_Small.dic  Modified:
  trunk/e/src/modules/illume-keyboard/dicts/Makefile.am \
trunk/e/src/modules/illume-keyboard/e_kbd_int.c \
trunk/e/src/modules/illume-keyboard/e_mod_config.c 

Modified: trunk/e/src/modules/illume-keyboard/dicts/Makefile.am
===================================================================
--- trunk/e/src/modules/illume-keyboard/dicts/Makefile.am	2012-04-30 11:15:18 UTC \
                (rev 70555)
+++ trunk/e/src/modules/illume-keyboard/dicts/Makefile.am	2012-04-30 12:04:50 UTC \
(rev 70556) @@ -3,7 +3,7 @@
 
 filesdir = $(libdir)/enlightenment/modules/$(MODULE)/dicts
 files_DATA = \
-            English_(US).dic \
-            English_(US)_Small.dic
+            English_US.dic \
+            English_US_Small.dic
 
 EXTRA_DIST = $(files_DATA)

Modified: trunk/e/src/modules/illume-keyboard/e_kbd_int.c
===================================================================
--- trunk/e/src/modules/illume-keyboard/e_kbd_int.c	2012-04-30 11:15:18 UTC (rev \
                70555)
+++ trunk/e/src/modules/illume-keyboard/e_kbd_int.c	2012-04-30 12:04:50 UTC (rev \
70556) @@ -1790,7 +1790,7 @@
    if (il_kbd_cfg->dict)
      ki->kbuf = e_kbd_buf_new(ki->sysdicts, il_kbd_cfg->dict);
    else
-     ki->kbuf = e_kbd_buf_new(ki->sysdicts, "English_(US).dic");
+     ki->kbuf = e_kbd_buf_new(ki->sysdicts, "English_US.dic");
 
    _e_kbd_int_layouts_list_update(ki);
 

Modified: trunk/e/src/modules/illume-keyboard/e_mod_config.c
===================================================================
--- trunk/e/src/modules/illume-keyboard/e_mod_config.c	2012-04-30 11:15:18 UTC (rev \
                70555)
+++ trunk/e/src/modules/illume-keyboard/e_mod_config.c	2012-04-30 12:04:50 UTC (rev \
70556) @@ -48,7 +48,7 @@
         il_kbd_cfg->version = 0;
         il_kbd_cfg->use_internal = 1;
         il_kbd_cfg->run_keyboard = NULL;
-        il_kbd_cfg->dict = eina_stringshare_add("English_(US).dic");
+        il_kbd_cfg->dict = eina_stringshare_add("English_US.dic");
         il_kbd_cfg->zoom_level = 4;
         il_kbd_cfg->slide_dim = 4;
         il_kbd_cfg->hold_timer = 0.25;


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-svn mailing list
enlightenment-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic