|
From: Enlightenment C. <no...@cv...> - 2006-10-15 21:30:09
|
Enlightenment CVS committal
Author : devilhorns
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_int_shelf_config.c
Log Message:
Added icon for shelf config dialog.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_shelf_config.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_int_shelf_config.c 1 Oct 2006 20:10:37 -0000 1.22
+++ e_int_shelf_config.c 15 Oct 2006 21:30:06 -0000 1.23
@@ -61,7 +61,7 @@
cfd = e_config_dialog_new(es->zone->container,
_("Shelf Configuration"),
"E", "_shelf_config_dialog",
- NULL, 0, v, es);
+ "enlightenment/shelf", 0, v, es);
es->config_dialog = cfd;
}
}
|