diff options
Diffstat (limited to 'hildon')
-rw-r--r-- | hildon/hildon-note.c | 2 |
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); |