← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~dbarth/appmenu-gtk/check-property-existence into lp:appmenu-gtk

 

David Barth has proposed merging lp:~dbarth/appmenu-gtk/check-property-existence into lp:appmenu-gtk.

Requested reviews:
  Canonical Desktop Experience Team (canonical-dx-team)


Fixes GTK apps not sending their menu to the panel unless they have a ubuntu-no-proxy property in their window.
-- 
https://code.launchpad.net/~dbarth/appmenu-gtk/check-property-existence/+merge/28143
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c	2010-06-18 08:42:22 +0000
+++ src/bridge.c	2010-06-22 08:48:30 +0000
@@ -524,7 +524,9 @@
 
       return;
     }
-  else
+  else if (g_object_class_find_property (G_OBJECT_GET_CLASS (toplevel),
+                                         "ubuntu-no-proxy") != NULL)
+
     {
       gboolean no_proxy;
 


Follow ups