2008-09-22 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 22 Sep 2008 13:24:30 +0000 (13:24 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 22 Sep 2008 13:24:30 +0000 (13:24 +0000)
* examples/hildon-text-view-example.c: (main): Remove the
gtkrc bits, now handled by the theme.

ChangeLog
examples/hildon-text-view-example.c

index 5a9c071..31f26a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-text-view-example.c: (main): Remove the
+       gtkrc bits, now handled by the theme.
+
 2008-09-22  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-picker-button.c (hildon_picker_button_set_active):
index bc234fa..2bf7e1d 100644 (file)
@@ -71,12 +71,6 @@ main                                            (int    argc,
 
     gtk_init (&argc, &argv);
 
-    /* Style to paint the placeholder text in red */
-    gtk_rc_parse_string ("style \"placeholder\" {\n"
-                         "text[NORMAL] = \"#C03030\""
-                         "}\n"
-                         "widget \"*.hildon-text-view-placeholder\" style \"placeholder\"\n");
-
     /* Window and vbox to pack everything */
     win = hildon_stackable_window_new ();
     vbox = GTK_BOX (gtk_vbox_new (FALSE, 10));