aboutsummaryrefslogtreecommitdiff
path: root/examples/hildon-touch-selector-entry-example.c
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2008-09-23 10:47:39 +0000
committerAlejandro Piñeiro <apinheiro@igalia.com>2008-09-23 10:47:39 +0000
commit70dc9656b28fc057b6eaf4a54865468e81471724 (patch)
treec00c37c56c656f3f0e264ba1526f863c543054ee /examples/hildon-touch-selector-entry-example.c
parentdf119998c0d891bfab766dd803bfbd986f15e0e7 (diff)
2008-09-22 Alejandro Pinheiro <apinheiro@igalia.com>
* src/hildon-touch-selector.c: (hildon_touch_selector_class_init): added gtkrc bits in order to ensure that the treeview inside the touch selector is in fremantle hildon mode * examples/hildon-date-button-example.c * examples/hildon-picker-button-multicolumn-example.c * examples/hildon-touch-selector-entry-example.c * examples/hildon-touch-selector-example.c * examples/hildon-time-button-example.c * examples/hildon-picker-button-example.c: (main): Remove the gtkrc bits, now hadled by hildon-touch-selector.c
Diffstat (limited to 'examples/hildon-touch-selector-entry-example.c')
-rw-r--r--examples/hildon-touch-selector-entry-example.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/hildon-touch-selector-entry-example.c b/examples/hildon-touch-selector-entry-example.c
index 0f5388c..fd71ad6 100644
--- a/examples/hildon-touch-selector-entry-example.c
+++ b/examples/hildon-touch-selector-entry-example.c
@@ -69,11 +69,6 @@ main (int argc, char **args)
gtk_init (&argc, &args);
- gtk_rc_parse_string ("style \"fremantle-widget\" {\n"
- " GtkWidget::hildon-mode = 1\n"
- "} widget \"*.fremantle-widget\" style \"fremantle-widget\""
- "widget_class \"*<HildonPannableArea>.GtkTreeView\" style \"fremantle-widget\"");
-
program = hildon_program_get_instance ();
g_set_application_name
("hildon-touch-picker cell renderer example program");