← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~bratsche/appmenu-gtk/remove-old-hack into lp:appmenu-gtk

 

Cody Russell has proposed merging lp:~bratsche/appmenu-gtk/remove-old-hack into lp:appmenu-gtk.

Requested reviews:
  Canonical Desktop Experience Team (canonical-dx-team)
Related bugs:
  #628219 totem's 'quit' have changed its position
  https://bugs.launchpad.net/bugs/628219


This is a leftover from when I was trying to fix the GHashTable crasher, but this was the wrong solution and once I found the correct one I didn't remove this one.
-- 
https://code.launchpad.net/~bratsche/appmenu-gtk/remove-old-hack/+merge/34923
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c	2010-09-08 20:55:04 +0000
+++ src/bridge.c	2010-09-08 21:23:41 +0000
@@ -1004,9 +1004,6 @@
 
   if (rebuild_ids != NULL)
     {
-      if (g_hash_table_size (rebuild_ids) == 0)
-        return;
-
       id = GPOINTER_TO_UINT (g_hash_table_lookup (rebuild_ids, toplevel));
 
       if (id > 0)


Follow ups