Really fixing NB#58352. Looks like gtk_style_lookup_color sometime returns FALSE...
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 22 Aug 2007 11:43:35 +0000 (11:43 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 22 Aug 2007 11:43:35 +0000 (11:43 +0000)
ChangeLog
src/hildon-helper.c

index 7494802..50264e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@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@nokia.com> 
 
        * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
index 59f308b..7e536b4 100644 (file)
@@ -114,9 +114,7 @@ hildon_change_style_recursive_from_ld           (GtkWidget *widget,
                     gtk_widget_modify_base (widget, ld->state, &color);
                     break;
             }
-        } else {
-            g_warning ("Failed to lookup '%s' color!", ld->logicalcolorstring);
-        }
+        } 
     }
 
     if (ld->logicalfontstring != NULL)