aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-note.c
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2009-10-01 19:39:15 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2009-10-01 19:54:37 +0300
commitf02d4d400fd03e9d3f01e00a37068bfba637cfea (patch)
treeb87eb5b7469e704e76e5dc4500d8a96d293b6e9d /hildon/hildon-note.c
parent3d7eef2c39310b8409602d25e34944b1505e7938 (diff)
Declare hildon_note_set_padding() only when using maemo-gtk
Diffstat (limited to 'hildon/hildon-note.c')
-rw-r--r--hildon/hildon-note.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hildon/hildon-note.c b/hildon/hildon-note.c
index 8401c55..86546ca 100644
--- a/hildon/hildon-note.c
+++ b/hildon/hildon-note.c
@@ -113,8 +113,10 @@ hildon_note_init (HildonNote *dialog);
static void
hildon_note_rebuild (HildonNote *note);
+#ifdef MAEMO_GTK
static void
hildon_note_set_padding (HildonNote *note);
+#endif /* MAEMO_GTK */
static void
hildon_note_rename (HildonNote *note);