]> git.pld-linux.org Git - packages/enlightenment-conf.git/blob - enlightenment-conf-keybind.patch
- updated gettext BR
[packages/enlightenment-conf.git] / enlightenment-conf-keybind.patch
1 --- enlightenment-conf-0.15/e-conf.c.noscrollbar        Fri Mar 12 18:51:57 1999
2 +++ enlightenment-conf-0.15/e-conf.c    Fri Mar 12 19:26:04 1999
3 @@ -740,7 +740,7 @@
4           
5           kb = ptr->data;
6           ptr = ptr->next;
7 -         if (strcmp(kb->key, "EDIT ME"))
8 +         if (strcmp(kb->key, "EDIT"))
9             {
10               if (kb->params)
11                 g_snprintf(buf2, sizeof(buf2), "%s %i %i %s\n",
12 @@ -4138,7 +4138,7 @@
13    gchar   *line[4];
14    
15    kb = g_malloc(sizeof(Keybind));
16 -  kb->key = g_strdup("EDIT ME");
17 +  kb->key = g_strdup("EDIT");
18    kb->modifier = 0;
19    kb->id = 1;
20    kb->params = NULL;
This page took 0.070026 seconds and 3 git commands to generate.