Enlightenment CVS committal

Author  : iamsthitha
Project : e_modules
Module  : taskbar

Dir     : e_modules/taskbar


Modified Files:
        e_mod_main.c 


Log Message:
segfaults. revert to 1.10.

===================================================================
RCS file: /cvs/e/e_modules/taskbar/e_mod_main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_mod_main.c        18 Jul 2006 16:48:42 -0000      1.12
+++ e_mod_main.c        18 Jul 2006 21:27:24 -0000      1.13
@@ -613,7 +613,7 @@
 
    label = ic->border->client.netwm.name;
    if (!label)
-     label = ic->border->client.icccm.title;
+      label = ic->border->client.icccm.title;
    if (!label)
       label = "?";
    edje_object_part_text_set(ic->o_holder, "label", label);
@@ -1110,9 +1110,9 @@
         inst = l->data;
         ic = _taskbar_icon_find(inst->taskbar, bd);
         if (ic) {
-            ecore_x_netwm_name_get(ic->border->client.win, &label);
+            label = ic->border->client.netwm.name;
             if (!label)
-              label = ecore_x_icccm_title_get(bd->client.win);
+              label = ic->border->client.icccm.title;
             if (!label)
               label = "?";
             edje_object_part_text_set(ic->o_holder, "label", label);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to