[arch-commits] CVS update of extra/gnome/epiphany (ephy-networkmanager-dbus.patch)

Jan de Groot jgc at archlinux.org
Fri Jun 1 09:08:16 UTC 2007


    Date: Friday, June 1, 2007 @ 05:08:16
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/epiphany

 Removed: ephy-networkmanager-dbus.patch (1.1)

Remove obsolete patch


--------------------------------+
 ephy-networkmanager-dbus.patch |   40 ---------------------------------------
 1 file changed, 40 deletions(-)


Index: extra/gnome/epiphany/ephy-networkmanager-dbus.patch
diff -u extra/gnome/epiphany/ephy-networkmanager-dbus.patch:1.1 extra/gnome/epiphany/ephy-networkmanager-dbus.patch:removed
--- extra/gnome/epiphany/ephy-networkmanager-dbus.patch:1.1	Sun Mar  4 08:40:55 2007
+++ extra/gnome/epiphany/ephy-networkmanager-dbus.patch	Fri Jun  1 05:08:16 2007
@@ -1,40 +0,0 @@
---- src/ephy-net-monitor.c.orig	2006-12-30 12:20:09.000000000 +0000
-+++ src/ephy-net-monitor.c	2007-03-04 13:32:40.000000000 +0000
-@@ -111,6 +111,8 @@ ephy_net_monitor_check_network (EphyNetM
- 	DBusMessage *message;
- 	DBusPendingCall* reply;
- 
-+	if (priv->bus == NULL) return;
-+
- 	LOG ("EphyNetMonitor checking network");
- 
- 	/* ask to Network Manager if there is at least one active device */
-@@ -244,17 +246,22 @@ ephy_net_monitor_startup (EphyNetMonitor
- 
- 	dbus = ephy_dbus_get_default ();
- 
-+	if (dbus == NULL) return;
-+
- 	LOG ("EphyNetMonitor starting up");
- 
- 	ephy_net_monitor_attach_to_dbus (monitor);
- 
--	/* DBUS may disconnect us at any time. So listen carefully to it */
--	g_signal_connect (dbus, "connected",  
--			  G_CALLBACK (connect_to_system_bus_cb), monitor);
--	g_signal_connect (dbus, "disconnected",  
--			  G_CALLBACK (disconnect_from_system_bus_cb), monitor);
-+	if (monitor->priv->bus != NULL)
-+       	{
-+		/* DBUS may disconnect us at any time. So listen carefully to it */
-+		g_signal_connect (dbus, "connected",  
-+				  G_CALLBACK (connect_to_system_bus_cb), monitor);
-+		g_signal_connect (dbus, "disconnected",  
-+				  G_CALLBACK (disconnect_from_system_bus_cb), monitor);
- 
--	ephy_net_monitor_check_network (monitor);
-+		ephy_net_monitor_check_network (monitor);
-+	}
- }
- 
- static void




More information about the arch-commits mailing list