aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'hildon/hildon-entry.c')
-rw-r--r--hildon/hildon-entry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hildon/hildon-entry.c b/hildon/hildon-entry.c
index 5268586..2e32ca3 100644
--- a/hildon/hildon-entry.c
+++ b/hildon/hildon-entry.c
@@ -138,7 +138,9 @@ hildon_entry_set_placeholder (HildonEntry *entry,
const gchar *text)
{
g_return_if_fail (HILDON_IS_ENTRY (entry) && text != NULL);
+#ifdef MAEMO_GTK
hildon_gtk_entry_set_placeholder_text (GTK_ENTRY (entry), text);
+#endif
}
/**