aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-02-18 12:34:05 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-02-18 12:34:05 +0800
commitbc2c2171c4156afa09a5d557a8d79852c2c610f6 (patch)
tree630025d1bdee1114b79fc9d7a2d04d9d717f3209 /shell
parent6802474cc247c1be784e4d8ac33d14a6ff4d5e5b (diff)
downloadgsoc2013-evolution-bc2c2171c4156afa09a5d557a8d79852c2c610f6.tar.gz
gsoc2013-evolution-bc2c2171c4156afa09a5d557a8d79852c2c610f6.tar.zst
gsoc2013-evolution-bc2c2171c4156afa09a5d557a8d79852c2c610f6.zip
** Fix for bnc #173186
2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bnc #173186 * e-shell-nm.c: (e_shell_network_monitor): Upstreamed Fejj's OpenSUSE patch. Crash while quitting. svn path=/trunk/; revision=35038
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog13
-rw-r--r--shell/e-shell-nm.c2
2 files changed, 14 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index f4c0a938d3..cce1e529fc 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,18 @@
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
+ ** Fix for bnc #173186
+
+ * e-shell-nm.c: (e_shell_network_monitor): Upstreamed Fejj's OpenSUSE
+ patch. Crash while quitting.
+
+2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * e-shell-nm.c: (e_shell_network_monitor):
+
+2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
+
** Fix for bnc #159736. Patch from OpenSUSE.
* e-shell-nm.c: (e_shell_network_monitor):
diff --git a/shell/e-shell-nm.c b/shell/e-shell-nm.c
index d973a26b22..65b9812632 100644
--- a/shell/e-shell-nm.c
+++ b/shell/e-shell-nm.c
@@ -79,7 +79,7 @@ e_shell_network_monitor (DBusConnection *connection G_GNUC_UNUSED,
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;
2-17/+23 * 2007-08-20 mcrha Fix for bug #367760Milan Crha2007-08-202-5/+18 * Fix for bug #467599.Johnny Jacob2007-08-202-12/+24 * ** Fix for bug #467165Srinivasa Ragavan2007-08-202-1/+8 * 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-165-3/+43 * ** Fix for bug #467198Srinivasa Ragavan2007-08-162-0/+10 * Fix for #364431.Johnny Jacob2007-08-162-1/+10 * 2007-08-16 mcrha Fix for bug #466548Milan Crha2007-08-162-1/+8 * 2007-08-13 mcrha Fix for bug #352346Milan Crha2007-08-134-3/+57 * Fix for #458498 from Lucky Wankhede <wlakke@novell.com>Johnny Jacob2007-08-132-1/+7 * Added a command line option to disable preview/selection for crash on select.Srinivasa Ragavan2007-08-083-0/+32 * ** Fix for bug #464312Srinivasa Ragavan2007-08-075-5/+25 * ** Fix for bug #419690Srinivasa Ragavan2007-08-072-1/+8 * ** Fix for bug #455799Hiroyuki Ikezoe2007-08-0414-68/+0 * ** Fix for bug #463061Srinivasa Ragavan2007-08-032-4/+13 * Removed dead if statement, fixes bug #387312Tobias Mueller2007-08-032-1/+5 * Fix from Lucky to expand newly created folderSrinivasa Ragavan2007-08-028-35/+78 * Do not show "on-behalf-of" band for all messages, instead check forVeerapuram Varadhan2007-08-012-2/+12 * Marked a string for translation.Chenthill Palanisamy2007-07-302-1/+8 * Display a information string if a from and sender are different.Chenthill Palanisamy2007-07-302-1/+65 * ** Potential fix for: #453668Rob Bradford2007-07-302-6/+16 * 2007-07-30 Part of fix for bug #360461 - Avoid markup in translatable messagesMilan Crha2007-07-303-6/+14 * ** Fix for bug #459030Srinivasa Ragavan2007-07-292-9/+15 * Fix for build breakSrinivasa Ragavan2007-07-292-2/+7 * ** Fix for bug #458894Srinivasa Ragavan2007-07-292-0/+10 * ** Fix for bug #453544 from hggdhSrinivasa Ragavan2007-07-292-4/+10 * ** Fix for bug #428123 from LuckySrinivasa Ragavan2007-07-292-2/+8 * ** Fix for bug #332112 from LuckySrinivasa Ragavan2007-07-292-1/+7 * ** Fix for bug #237989Srinivasa Ragavan2007-07-294-8/+142 * ** Fix for bug #458820 from Cosimo CecchiSrinivasa Ragavan2007-07-292-2/+27 * 2007-07-27 mcrha Fix for bug #303937Milan Crha2007-07-272-1/+8 * Do not free const pointer. Plugged memory leak.Hiroyuki Ikezoe2007-07-272-4/+9 * 2007-07-26 mcrha Fix for bug #273386Milan Crha2007-07-264-5/+25 * Committed on behalf of Atos Origin Communication SystemsSankar P2007-07-262-3/+11 * Plugged memory leak.Hiroyuki Ikezoe2007-07-262-1/+6 * Decodes Face header and displays the image.Sankar P2007-07-172-2/+33 * Provide support for keeping your signature on top while replying.Sankar P2007-07-164-22/+106 * Fix the date. See comments in bug #353752.Hiroyuki Ikezoe2007-07-121-1/+1 * Take warning softly instead of a crashSrinivasa Ragavan2007-07-112-2/+10 * reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>Chenthill Palanisamy2007-07-092-0/+17 * Fix for bug #353752Srinivasa Ragavan2007-07-092-1/+8 * ** Fix for bug #307410Srinivasa Ragavan2007-07-095-33/+79 * ** Fix for bug #271864 from Hiroyuki IkezoeSrinivasa Ragavan2007-07-092-39/+32 * ** Fix for bug #347782 from hggdhSrinivasa Ragavan2007-07-092-2/+9 * Commit for tnef attachment and attachment reminderSrinivasa Ragavan2007-07-092-1/+25 * ** Fix for bug #317281 from Michael P. Lepore Srinivasa Ragavan2007-07-074-0/+63 * ** Fix for bug #312370 from B S SrinidhiSrinivasa Ragavan2007-07-072-3/+23 * ** Fixes bug #446894Matthew Barnes2007-07-062-53/+62 * ** Added the hook for plugging into Send/Receive dialog for theSrinivasa Ragavan2007-07-044-2/+57 * ** Fix for bug #453294simon.zheng2007-07-032-2/+11 * Update the changelog with bug id.Srinivasa Ragavan2007-07-021-0/+2 * Magic spacebar works only under non-caret mode.Srinivasa Ragavan2007-07-022-11/+18 * Fixes #450820.Wang Xin2007-07-022-0/+14 * ** Fix for bug #352947Srinivasa Ragavan2007-07-012-2/+9 * Fix for bug #448223 from Gilles DartiguelongueSrinivasa Ragavan2007-06-182-29/+10 * ** Fix for bug #445812 from Gilles DartiguelongueSrinivasa Ragavan2007-06-184-5/+34 * ** Fix for bug #437935 from Gilles Dartiguelongue Srinivasa Ragavan2007-06-182-6/+12 * ** Fix for bug #443659 from VinodSrinivasa Ragavan2007-06-182-4/+11 * ** Fix for bug #330175Srinivasa Ragavan2007-06-182-1/+47 * ** Add support for the Magic Space Bar.Srinivasa Ragavan2007-06-174-2/+95 * ** Fixes bug #447727Matthew Barnes2007-06-152-12/+17 * M composer/ChangeLog M composer/e-msg-composer.c M mail/ChangeLog MSankar P2007-06-132-0/+10 * Add support for the XF86Reply and XF86MailForward multimedia keys (Closes:Bastien Nocera2007-06-122-0/+15 * Fix a minor typo spotted by Gilles Dartiguelongue (#386503).Matthew Barnes2007-06-102-1/+6 * Duplicate a translated string since we free it later.Matthew Barnes2007-06-052-1/+6 * Updated Swedish translationDaniel Nylander2007-06-052-1/+5 * Fix another implicit function declaration.Matthew Barnes2007-06-052-0/+5 * Do not fetch folder-info from backend - use the available folder-treeSrinivasa Ragavan2007-06-042-4/+29 * Fix for version removal from installed files.Srinivasa Ragavan2007-06-032-15/+18 * Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-0/+0 * Fix for bug #438461 Gilles Dartiguelongue Srinivasa Ragavan2007-06-032-27/+23 * ** Fix for bug #443140 from VinodSrinivasa Ragavan2007-06-032-1/+7 * ** Fix for bug #3355396 from Muktha Srinivasa Ragavan2007-06-033-1/+11 * Default for sender photo to be falseSrinivasa Ragavan2007-06-032-1/+5 * Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-0332-226/+302 * Pass a CamelException when refreshing folders, removing the spew ofRoss Burton2007-06-022-2/+12 * Removing few debug statementsSrinivasa Ragavan2007-06-022-1/+5 * ** Outlook style reply option for bug #415770 from gicmoSrinivasa Ragavan2007-06-024-1/+24 * ** Fix for bug #311512Karl Relton2007-06-023-5/+33 * ** Adds support for Contact Image in the preview paneSrinivasa Ragavan2007-06-0211-4/+330 * default/sv/Inbox: Updated Swedish Welcome mailDaniel Nylander2007-05-311-6/+6 * *default/sv : Added Swedish Welcome mail.Daniel Nylander2007-05-313-0/+355 * use displayed_uid instead of selected_uid. Fix #441992Jeff Cai2007-05-312-1/+7 * Fix file descriptor leaksJules Colding2007-05-295-6/+26 * Fix the default thread expand mode.Srinivasa Ragavan2007-05-292-1/+6 * Revert the dialog_map() solution and use ellipsized labels. Also, only theMatthew Barnes2007-05-252-25/+18 * ** Fix for bug #439512Srinivasa Ragavan2007-05-192-2/+9 * Improved GMail like sorting. Expanded thread moved up the list if it has a ne...Srinivasa Ragavan2007-05-172-0/+50 * ** Added support to specify the default thread state for messages.Srinivasa Ragavan2007-05-163-2/+27 * Improved offline support optionsSrinivasa Ragavan2007-05-166-3/+121 * Fix for bug #344966Srinivasa Ragavan2007-05-142-1/+27 * ** Fixes part of bug #337616Matthew Barnes2007-05-132-0/+8 * Fix errno reset issueJules Colding2007-05-121-1/+1 * Fix file descriptor leaks (#437664)Jules Colding2007-05-112-0/+6 * Add Tango icons to preference window.Srinivasa Ragavan2007-05-112-3/+8 * Added support for flush outbox and refresh folder.Srinivasa Ragavan2007-05-115-1/+59 * Do not restrict "Edit as New Message" to Sent Folder alone. Fixes #205728Sankar P2007-05-032-3/+11 * Improvements to the new mail hook.Srinivasa Ragavan2007-05-036-5/+63 * Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-205-282/+174 * Fix for bug #353662Srinivasa Ragavan2007-04-202-4/+13 * Massive code cleanup (bug #429422)Matthew Barnes2007-04-2012-165/+252 * ** Fixes bug #423766Matthew Barnes2007-04-183-86/+105 * Add progress indication in the preview.Srinivasa Ragavan2007-04-122-0/+47 * Fix for bug #343195Srinivasa Ragavan2007-04-092-0/+14 * ** Fixes bug #383953Matthew Barnes2007-04-073-9/+20 * More intelligent message selection. (#332765) Patch from Christof KrügerMatthew Barnes2007-04-062-18/+79 * Unref 'session'. (#424795) Patch from Karl ReltonMatthew Barnes2007-04-062-0/+6 * Provide a CamelException to camel_folder_refresh_info().Matthew Barnes2007-04-062-1/+8 * Update parent rows when a child row changes. (#352713) Patch by RenéMatthew Barnes2007-04-052-0/+32 * Fix for evolution crash on startup on assistant.Srinivasa Ragavan2007-04-042-1/+7 * Don't #include <composer/e-msg-composer.h> since we don't install thatMatthew Barnes2007-04-033-3/+10 * Add pluggable junk filter code and move SA options to the plugins.Srinivasa Ragavan2007-04-0312-190/+446 * Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes.Matthew Barnes2007-04-032-2/+8 * Load "emblem-important" instead of deprecated "stock_mail-priority-high"Matthew Barnes2007-04-034-4/+13 * ** Fixes bug #373116Matthew Barnes2007-04-026-80/+74 * Fix a typo.Matthew Barnes2007-03-312-1/+5 * Evolution requires GLib 2.10 now; remove dead backward-compatibility codeMatthew Barnes2007-03-303-8/+7 * Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-3011-44/+58 * Migrate from GnomeFontPicker to GtkFontButton (#373837).Matthew Barnes2007-03-294-28/+37 * Remove a couple old source files that were retired in 2003.Matthew Barnes2007-03-292-402/+0 * Don't mix declarations and code (#405495).Matthew Barnes2007-03-274-9/+20 * ** Fixes bug #419524Matthew Barnes2007-03-2136-54/+58 * ** Fixes bug #360240Matthew Barnes2007-03-178-20/+19 * *default/C : Update Welcome mail.Harish Krishnaswamy2007-03-132-24/+16 * Fixes #402727Simon Zheng2007-02-272-1/+9 * Committed on behalf of Raghavendran R <raghavguru7@gmail.com>Sankar P2007-02-262-0/+14 * ** Fixes bug #356177Matthew Barnes2007-02-232-7/+6 * ** Fixes bug #350253Matthew Barnes2007-02-134-14/+29 * Add NULL check before calling strcmp(). Fixes a crash reported in bugKjartan Maraas2007-02-122-1/+7 * Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-124-20/+24 * Updated welcome message to 2.8 versionDuarte Loreto2007-02-112-112/+128 * ** Fixes bug #400726Matthew Barnes2007-02-092-0/+7 * ** Fixes bug #359979, #384183Matthew Barnes2007-02-084-6/+17 * Fixes bug #353921Srinivasa Ragavan2007-02-082-2/+11 * Fixes 397195.Wang Xin2007-01-242-1/+5 * Creates and returns an event target (composer).Raghavendran R2007-01-233-1/+45 * ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-234-87/+143 * ** Downstream fix from OpenSUSESrinivasa Ragavan2007-01-172-0/+8 * ** Fixes 346728, 268412 - Scan/load folders on demandVeerapuram Varadhan2007-01-092-44/+81 * Fix the regression of bugzilla bug #352108.Simon Zheng2006-12-222-1/+6 * Disconnect handlers on image destroy. Fixes bug #340165.Nickolay V. Shmyrev2006-12-212-1/+9 * Disconnect handlers on image destroy. Fixes bug #340165.Nickolay V. Shmyrev2006-12-211-0/+7 * Do not check for mails in all folders, for Exchange. Will be more thanSankar P2006-12-182-4/+12 * Added icons to quick search menu items.Srinivasa Ragavan2006-12-062-8/+13 * Fixes bug #382431Matthew Barnes2006-12-052-0/+8 * Fixes bug #357970Matthew Barnes2006-12-043-4/+12 * Do not attempt to prune GW proxies on startup as this handled by theHarish Krishnaswamy2006-12-042-1/+6 * ** Fix for bug #349966Daniel Gryniewicz2006-11-283-142/+49 * Missed to commit with the previous.Srinivasa Ragavan2006-11-271-1/+3 * Fix for bug #337439 DoS attach with large emailsSrinivasa Ragavan2006-11-2712-25/+396 * Added file for Spanish translation.Francisco Javier F. Serrador2006-11-101-0/+2 * Added "es" to SUBDIRSFrancisco Javier F. Serrador2006-11-102-2/+7 * Added Spanish welcome mail. Added MakefileFrancisco Javier F. Serrador2006-11-103-0/+379 * Disable mail delete for proxy when there are not enough rightsSankar P2006-11-094-3/+44 * List the function mail_win32_get_mail_thread_queued() instead of theTor Lillqvist2006-10-163-0/+29 * Fixes #360815Chenthill Palanisamy2006-10-162-1/+8 * Changes the string displayed in the status bar. Fixes #320615Sankar P2006-10-162-1/+7 * ** Fixes bug #308276Ushveen Kaur2006-10-162-1/+7 * ** Fix for bug #333864 and bug #351374Srinivasa Ragavan2006-10-162-2/+29 * Do not mark empty strings for translation. Fixes #357422.Harish Krishnaswamy2006-09-302-1/+6 * ignore marked, empty selections when replying. Fixes bug #354650.Daniel Gryniewicz2006-09-302-1/+6 * UUEncoded calendars will be displayed as calendars, not as plain text.Nick Sukharev2006-09-302-1/+7 * ** Fix for bug #341932 Patch from Roozbeh PournaderSrinivasa Ragavan2006-09-292-1/+8 * Fixes a lot of search issues.Srinivasa Ragavan2006-09-292-84/+118 * ** Pushing a downstream fix in SUSE.Srinivasa Ragavan2006-09-283-6/+16 * Fixes #351332Matthew Barnes2006-09-193-0/+11 * ** Fix for bug #353920Srinivasa Ragavan2006-09-152-2/+9 * Fix for bug #355294Srinivasa Ragavan2006-09-132-8/+7 * Dutch welcome message updated by Vincent van Adrighem and WouterWouter Bolsterlee2006-09-102-124/+117 * Fixes a crash on exit-time issue. Resolves #334966Nickolay V. Shmyrev2006-09-042-3/+31 * remove GNUC only macro. Fix for #353344.Li Yuan2006-08-292-1/+6 * ** Fixes bug #352982 and bug #336983Srinivasa Ragavan2006-08-282-2/+21 * Fix for a crash during displaying camel address group.Srinivasa Ragavan2006-08-282-1/+6 * ** Fix for bug #353059Srinivasa Ragavan2006-08-282-2/+9 * Fixed the HTML part of the German translation update.Andre Klapper2006-08-281-18/+10 * ** Fix for bug #352980Srinivasa Ragavan2006-08-272-3/+12 * ** Fix for bug #336983Srinivasa Ragavan2006-08-262-1/+21 * ** Fix for bug #352695Srinivasa Ragavan2006-08-262-1/+8 * Updated German translation.Hendrik Richter2006-08-251-29/+21