From c3cde289fc432dc2300cce70873e19a47b3dbf1a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 4 Jan 2007 12:44:20 +0000 Subject: [PATCH] Change new ibar .order files to use .desktop, eaps have been gone for a while. SVN revision: 27792 --- src/modules/ibar/e_mod_config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/ibar/e_mod_config.c b/src/modules/ibar/e_mod_config.c index f8da1daae..7caa2559b 100644 --- a/src/modules/ibar/e_mod_config.c +++ b/src/modules/ibar/e_mod_config.c @@ -198,9 +198,9 @@ _cb_entry_ok(char *text, void *data) if (f) { /* Populate this .order file with some defaults */ - snprintf(tmp, sizeof(tmp), "xterm.eap\n" "sylpheed.eap\n" - "firefox.eap\n" "openoffice.eap\n" "xchat.eap\n" - "gimp.eap\n" "xmms.eap\n"); + snprintf(tmp, sizeof(tmp), "xterm.desktop\n" "sylpheed.desktop\n" + "firefox.desktop\n" "openoffice.desktop\n" "xchat.desktop\n" + "gimp.desktop\n" "xmms.desktop\n"); fwrite(tmp, sizeof(char), strlen(tmp), f); fclose(f); }