* Replaced a duplicated action name in the msg window
authorSergio Villar Senin <svillar@igalia.com>
Tue, 17 Apr 2007 07:44:25 +0000 (07:44 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 17 Apr 2007 07:44:25 +0000 (07:44 +0000)
pmo-trunk-r1569

src/maemo/modest-main-window-ui.h
src/maemo/modest-msg-view-window.c
src/maemo/ui/modest-msg-view-window-ui.xml

index ce50796..93dfaa4 100644 (file)
@@ -113,7 +113,7 @@ static const GtkActionEntry modest_action_entries [] = {
        { "ToolbarSort",     MODEST_STOCK_SORT,     N_("qgn_list_sort"),             NULL, NULL, NULL },
        { "ToolbarFindInMessage",     GTK_STOCK_FIND,       N_("qgn_toolb_gene_find"),         NULL, NULL, NULL },
        { "ToolbarMessageBack",       GTK_STOCK_GO_BACK,    N_("qgn_toolb_gene_back"),         NULL, NULL, G_CALLBACK (modest_ui_actions_on_prev) },
-       { "ToolbarMessageForward",    GTK_STOCK_GO_FORWARD, N_("qgn_toolb_gene_forward"),      NULL, NULL, G_CALLBACK (modest_ui_actions_on_next) },
+       { "ToolbarMessageNext",    GTK_STOCK_GO_FORWARD, N_("qgn_toolb_gene_forward"),      NULL, NULL, G_CALLBACK (modest_ui_actions_on_next) },
        { "ToolbarMessageMoveTo",     MODEST_TOOLBAR_ICON_MOVE_TO_FOLDER, N_("qgn_toolb_gene_movetofldr"),   NULL, NULL, NULL },
 };
 
index 062e979..91067c7 100644 (file)
@@ -848,7 +848,7 @@ modest_msg_view_window_update_dimmed (ModestMsgViewWindow *window)
        widget = gtk_ui_manager_get_action (parent_priv->ui_manager, "/MenuBar/ViewMenu/ViewPreviousMessageMenu");
        gtk_action_set_sensitive (widget, !is_first);
                
-       widget = gtk_ui_manager_get_action (parent_priv->ui_manager, "/ToolBar/ToolbarMessageForward");
+       widget = gtk_ui_manager_get_action (parent_priv->ui_manager, "/ToolBar/ToolbarMessageNext");
        gtk_action_set_sensitive (widget, !is_last);
        widget = gtk_ui_manager_get_action (parent_priv->ui_manager, "/MenuBar/ViewMenu/ViewNextMessageMenu");
        gtk_action_set_sensitive (widget, !is_last);
index 388c3aa..6c8531e 100644 (file)
@@ -90,7 +90,7 @@
     <toolitem action="ToolbarDeleteMessage"/>
     <toolitem action="FindInMessage"/>
     <toolitem action="ToolbarMessageBack"/>
-    <toolitem action="ToolbarMessageForward"/>
+    <toolitem action="ToolbarMessageNext"/>
     <placeholder name="ToolbarProgressbar"/>
   </toolbar>