X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-main-window.h;h=edf9a9072d4250bc6c588307fedbcb21d7a0d82b;hb=64333784e87e5ea5c6156078caacaca7ffbd6b5f;hp=c9ded935dd028572cab6f121e9f8bc5c2c1dfa81;hpb=a53f92ed4375cec1094f41a310b9ab7b7f8a2d70;p=modest diff --git a/src/widgets/modest-main-window.h b/src/widgets/modest-main-window.h index c9ded93..edf9a90 100644 --- a/src/widgets/modest-main-window.h +++ b/src/widgets/modest-main-window.h @@ -111,12 +111,12 @@ ModestWindow* modest_main_window_new (void); * true now, but might not be. Therefore, these types */ typedef enum { - MODEST_WIDGET_TYPE_HEADER_VIEW, - MODEST_WIDGET_TYPE_FOLDER_VIEW, - MODEST_WIDGET_TYPE_MSG_PREVIEW, + MODEST_MAIN_WINDOW_WIDGET_TYPE_HEADER_VIEW, + MODEST_MAIN_WINDOW_WIDGET_TYPE_FOLDER_VIEW, + MODEST_MAIN_WINDOW_WIDGET_TYPE_MSG_PREVIEW, - MODEST_WIDGET_TYPE_NUM, -} ModestWidgetType; + MODEST_MAIN_WINDOW_WIDGET_TYPE_NUM, +} ModestMainWindowWidgetType; /** @@ -127,7 +127,7 @@ typedef enum { * Returns: a child window or NULL */ GtkWidget* modest_main_window_get_child_widget (ModestMainWindow *self, - ModestWidgetType widget_type); + ModestMainWindowWidgetType widget_type); /** * modest_main_window_close_all: