gpointing-device-settings r59 - trunk/src



Author: hiikezoe
Date: Sat Feb 28 08:03:29 2009
New Revision: 59
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=59&view=rev

Log:
fix crash.

Modified:
   trunk/src/gpds-module.c

Modified: trunk/src/gpds-module.c
==============================================================================
--- trunk/src/gpds-module.c	(original)
+++ trunk/src/gpds-module.c	Sat Feb 28 08:03:29 2009
@@ -215,7 +215,7 @@
 static void
 _gpds_module_close (GModule *module)
 {
-    if (module && !g_module_close(module)) {
+    if (module /*&& !g_module_close(module)*/) {
         _gpds_module_show_error(NULL);
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]