[maemo-commits] [maemo-commits] r9009 - projects/haf/branches/maemo-af-desktop/hildon-desktop/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jan 9 17:31:11 EET 2007
Author: jobi
Date: 2007-01-09 17:31:10 +0200 (Tue, 09 Jan 2007)
New Revision: 9009

Modified:
   projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c
Log:
  Fixed typo


Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c	2007-01-09 15:31:07 UTC (rev 9008)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c	2007-01-09 15:31:10 UTC (rev 9009)
@@ -429,7 +429,7 @@
                                          HD_PLUGIN_CONFIG_KEY_HOME_APPLET_RESIZABLE,
                                          &kferror);
 
-      if (!error)
+      if (!kferror)
         {
           if (g_str_equal (resizable, "XY"))
             resize_type = HILDON_HOME_APPLET_RESIZE_BOTH;


More information about the maemo-commits mailing list