Cody Russell has proposed merging 
lp:~bratsche/appmenu-gtk/ubuntu-no-proxy-support into lp:appmenu-gtk.

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

-- 
https://code.launchpad.net/~bratsche/appmenu-gtk/ubuntu-no-proxy-support/+merge/27772
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c	2010-06-15 14:56:13 +0000
+++ src/bridge.c	2010-06-16 21:13:25 +0000
@@ -524,6 +524,19 @@
 
       return;
     }
+  else
+    {
+      gboolean no_proxy;
+
+      g_object_get (G_OBJECT (toplevel),
+                    "ubuntu-no-proxy", &no_proxy,
+                    NULL);
+
+      if (no_proxy)
+        {
+          return;
+        }
+    }
 
   if (!gtk_widget_get_realized (toplevel))
     {

_______________________________________________
Mailing list: https://launchpad.net/~ayatana-commits
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ayatana-commits
More help   : https://help.launchpad.net/ListHelp

Reply via email to