[maemo-commits] [maemo-commits] r13336 - in projects/haf/trunk/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Aug 22 14:43:37 EEST 2007
Author: mdk
Date: 2007-08-22 14:43:35 +0300 (Wed, 22 Aug 2007)
New Revision: 13336

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/src/hildon-helper.c
Log:
Really fixing NB#58352. Looks like gtk_style_lookup_color sometime returns FALSE even though color was found and values were filled properly. Weird. Removing the warning for the time being.


Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-08-22 10:55:48 UTC (rev 13335)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-08-22 11:43:35 UTC (rev 13336)
@@ -1,3 +1,10 @@
+2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* src/hildon-helper.c: Really fixing NB#58352. Looks like
+	gtk_style_lookup_color sometime returns FALSE even though color was
+	found and values were filled properly. Weird. Removing the warning for the
+	time being.
+
 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* src/hildon-find-toolbar.c: Puting the combobox inside alignment to not

Modified: projects/haf/trunk/hildon-1/src/hildon-helper.c
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-helper.c	2007-08-22 10:55:48 UTC (rev 13335)
+++ projects/haf/trunk/hildon-1/src/hildon-helper.c	2007-08-22 11:43:35 UTC (rev 13336)
@@ -114,9 +114,7 @@
                     gtk_widget_modify_base (widget, ld->state, &color);
                     break;
             }
-        } else {
-            g_warning ("Failed to lookup '%s' color!", ld->logicalcolorstring);
-        }
+        } 
     }
 
     if (ld->logicalfontstring != NULL)


More information about the maemo-commits mailing list