2008-09-10 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Wed, 10 Sep 2008 07:14:38 +0000 (07:14 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Wed, 10 Sep 2008 07:14:38 +0000 (07:14 +0000)
* examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now
they are integrated in the theme.

ChangeLog
examples/hildon-entry-example.c

index 7a86abc..9b2f129 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now
+       they are integrated in the theme.
+
 2008-09-09  Alberto Garcia  <agarcia@igalia.com>
 
        * examples/hildon-entry-example.c: Update the example adding
index 9abc82d..80205bb 100644 (file)
@@ -66,12 +66,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-entry-placeholder\" style \"placeholder\"\n");
-
     /* Window and vbox to pack everything */
     win = hildon_stackable_window_new ();
     vbox = GTK_BOX (gtk_vbox_new (FALSE, 10));