X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fgtk%2Fmodest-shell.c;h=8762843526946a6c29d82fcb7c8a6f77efd2facf;hp=98d9dacbd2f9251aa8550b81860c68d479d591e7;hb=bb689ad1521fee8d0500f81fef16a08b3400579c;hpb=ef28b90b936551c3c8428ba8a574677d635345c7 diff --git a/src/gtk/modest-shell.c b/src/gtk/modest-shell.c index 98d9dac..8762843 100644 --- a/src/gtk/modest-shell.c +++ b/src/gtk/modest-shell.c @@ -29,6 +29,7 @@ #include #include +#include /* 'private'/'protected' functions */ static void modest_shell_class_init (ModestShellClass *klass); @@ -169,7 +170,7 @@ modest_shell_count_windows (ModestShell *shell) } void -modest_shell_set_title (ModestShell *shell, ModestShellWindow *window, const gchar *title) +modest_shell_set_title (ModestShell *shell, ModestWindow *window, const gchar *title) { ModestShellPrivate *priv; @@ -179,7 +180,7 @@ modest_shell_set_title (ModestShell *shell, ModestShellWindow *window, const gch } void -modest_shell_show_progress (ModestShell *shell, ModestShellWindow *window, gboolean show) +modest_shell_show_progress (ModestShell *shell, ModestWindow *window, gboolean show) { }