X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fgnome%2Fmodest-platform.c;h=861eca3a7bac52939e5669981e6febe96b9a82e0;hp=036829a73b38120dd007c7c12a82e503e1cf8f3c;hb=9d8de13bc46137931a2790969dcb1fb932c7bcc6;hpb=55708b6454e3fe93a7cc9f7ee5c0b06e95998506 diff --git a/src/gnome/modest-platform.c b/src/gnome/modest-platform.c index 036829a..861eca3 100644 --- a/src/gnome/modest-platform.c +++ b/src/gnome/modest-platform.c @@ -223,3 +223,9 @@ modest_platform_show_help (GtkWidget *widget, const gchar *help_id) { return TRUE; /* TODO */ } + +void +modest_platform_show_search_messages (GtkWindow *parent_window) +{ + modest_runtime_not_implemented (NULL); +}