|
From: <enl...@li...> - 2004-12-02 10:07:57
|
Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/e
Dir : e17/apps/e/src/modules/ibar
Modified Files:
e_mod_main.c
Log Message:
1. fix a segv on restart with ibar unreffing without a ref
2. add app icons (based off applications/all repository - need to make this a
function of its own though)
3. fix default apps to have name/class info.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.c 25 Nov 2004 03:37:45 -0000 1.1
+++ e_mod_main.c 2 Dec 2004 10:07:51 -0000 1.2
@@ -493,6 +493,7 @@
if (!ic) return NULL;
ic->ibb = ibb;
ic->app = a;
+ e_object_ref(E_OBJECT(a));
ibb->icons = evas_list_append(ibb->icons, ic);
o = evas_object_rectangle_add(ibb->evas);
|