diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-10-01 19:39:15 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2009-10-01 19:54:37 +0300 |
commit | f02d4d400fd03e9d3f01e00a37068bfba637cfea (patch) | |
tree | b87eb5b7469e704e76e5dc4500d8a96d293b6e9d /hildon | |
parent | 3d7eef2c39310b8409602d25e34944b1505e7938 (diff) |
Declare hildon_note_set_padding() only when using maemo-gtk
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); |