[maemo-commits] [maemo-commits] r17401 - projects/haf/trunk/libmatchbox2/matchbox/theme-engines

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Feb 12 10:29:50 EET 2009
Author: kihamala
Date: 2009-02-12 10:29:50 +0200 (Thu, 12 Feb 2009)
New Revision: 17401

Modified:
   projects/haf/trunk/libmatchbox2/matchbox/theme-engines/mb-wm-theme.c
Log:
fix building


Modified: projects/haf/trunk/libmatchbox2/matchbox/theme-engines/mb-wm-theme.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/theme-engines/mb-wm-theme.c	2009-02-12 08:25:06 UTC (rev 17400)
+++ projects/haf/trunk/libmatchbox2/matchbox/theme-engines/mb-wm-theme.c	2009-02-12 08:29:50 UTC (rev 17401)
@@ -669,10 +669,10 @@
 {
   MBWMThemeClass *klass = MB_WM_THEME_CLASS(MB_WM_OBJECT_GET_CLASS (theme));
   MBWMClientType c_type = MB_WM_CLIENT_CLIENT_TYPE (client);
-  MBWMDecor *decor = NULL, *decor_tmp;
+  MBWMDecor *decor = NULL;
+  MBWMXmlClient *decor_tmp;
  
-  decor_tmp = (MBWMDecor *)mb_wm_xml_client_find_by_type (theme->xml_clients,
-                                                          c_type);
+  decor_tmp = mb_wm_xml_client_find_by_type (theme->xml_clients, c_type);
   if (decor_tmp)
     decor = (MBWMDecor *)mb_wm_xml_decor_find_by_type (decor_tmp->decors,
                                                        MBWMDecorTypeNorth);


More information about the maemo-commits mailing list