Author: sragavan
Date: Mon Feb 18 04:34:05 2008
New Revision: 35038
URL: http://svn.gnome.org/viewvc/evolution?rev=35038&view=rev
Log:
2008-02-18 Srinivasa Ragavan <[EMAIL PROTECTED]>
** Fix for bnc #173186
* e-shell-nm.c: (e_shell_network_monitor): Upstreamed Fejj's OpenSUSE
patch. Crash while quitting.
Modified:
trunk/shell/ChangeLog
trunk/shell/e-shell-nm.c
Modified: trunk/shell/e-shell-nm.c
==============================================================================
--- trunk/shell/e-shell-nm.c (original)
+++ trunk/shell/e-shell-nm.c Mon Feb 18 04:34:05 2008
@@ -79,7 +79,7 @@
object = dbus_message_get_path (message);
if (dbus_message_is_signal (message, DBUS_INTERFACE_LOCAL,
"Disconnected") &&
- strcmp (dbus_message_get_path (message), DBUS_PATH_LOCAL) ==
0) {
+ object && !strcmp (object, DBUS_PATH_LOCAL)) {
dbus_connection_unref (dbus_connection);
dbus_connection = NULL;
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.