From 480990bcb0f45c3e253291558f9647d467e6c366 Mon Sep 17 00:00:00 2001 From: Silvan Marco Fin Date: Thu, 8 Jun 2006 10:48:55 +0000 Subject: [PATCH] * some renaming in the glade file and adaptions to the affected sources pmo-trunk-r181 --- src/gtk-glade/modest-ui-wizard.c | 2 +- src/gtk-glade/modest-ui.c | 4 +- src/gtk-glade/modest.glade | 259 +++++++++++++++----------------------- 3 files changed, 107 insertions(+), 158 deletions(-) diff --git a/src/gtk-glade/modest-ui-wizard.c b/src/gtk-glade/modest-ui-wizard.c index 7cf1314..dbf20b2 100644 --- a/src/gtk-glade/modest-ui-wizard.c +++ b/src/gtk-glade/modest-ui-wizard.c @@ -222,7 +222,7 @@ void wizard_account_dialog(ModestUI *modest_ui) gtk_widget_set_sensitive(NextButton, FALSE); break; default: - g_error("I'm on page %d of notebook AWNotebook, which shouldn't have happened. Pulling Emeregency breaks.", cp); + g_error("I'm on page %d of notebook AWNotebook, which shouldn't have happened. Pulling emergency breaks.", cp); break; } diff --git a/src/gtk-glade/modest-ui.c b/src/gtk-glade/modest-ui.c index 98d2280..784eda5 100644 --- a/src/gtk-glade/modest-ui.c +++ b/src/gtk-glade/modest-ui.c @@ -303,7 +303,7 @@ modest_ui_show_main_window (ModestUI *modest_ui) G_CALLBACK(on_message_clicked), modest_ui); - account_settings_item = glade_xml_get_widget (priv->glade_xml, "account_settings1"); + account_settings_item = glade_xml_get_widget (priv->glade_xml, "AccountSettingsMenuItem"); if (!account_settings_item) { g_warning ("The account settings item isn't available!\n"); @@ -313,7 +313,7 @@ modest_ui_show_main_window (ModestUI *modest_ui) G_CALLBACK(on_account_settings1_activate), modest_ui); - new_account_item = glade_xml_get_widget (priv->glade_xml, "new_account1"); + new_account_item = glade_xml_get_widget (priv->glade_xml, "NewAccountWizzardMenuItem"); if (!new_account_item) { g_warning ("The new account item isn't available!\n"); diff --git a/src/gtk-glade/modest.glade b/src/gtk-glade/modest.glade index a2518f5..0e6a27a 100644 --- a/src/gtk-glade/modest.glade +++ b/src/gtk-glade/modest.glade @@ -34,13 +34,13 @@ GTK_PACK_DIRECTION_LTR - + True _Message True - + @@ -130,13 +130,13 @@ - + True _Edit True - + @@ -231,13 +231,13 @@ - + True _Folders True - + @@ -346,13 +346,13 @@ - + True _View True - + @@ -428,14 +428,14 @@ - + True E-m_ail True - + @@ -469,17 +469,17 @@ - + True _Tools True - + - + True Open contacts... True @@ -494,7 +494,7 @@ - + True New account... True @@ -503,7 +503,7 @@ - + True Account settings... True @@ -512,7 +512,7 @@ - + True Options True @@ -527,7 +527,7 @@ - + True Search e-mails... True @@ -542,7 +542,7 @@ - + True Help True @@ -555,13 +555,13 @@ - + True _Close True - + @@ -3946,40 +3946,12 @@ True - 1 2 False 10 10 - + True @@ -4006,34 +3978,13 @@ - True - imap + imap pop local False - True True @@ -4350,99 +4301,97 @@ local 10 - - True - Incoming server: - False - False - GTK_JUSTIFY_LEFT - False - False - 0 - 0.5 - 0 - 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - 1 - 0 - 1 - fill - - + + True + Incoming server: + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + 1 + 0 + 1 + fill + + - - True - Outgoing server: - False - False - GTK_JUSTIFY_LEFT - False - False - 0 - 0.5 - 0 - 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - 1 - 1 - 2 - fill - - + + True + Outgoing server: + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + 1 + 1 + 2 + fill + + - - True - - - - 1 - 2 - 0 - 1 - + + True + True + True + 0 + + True + * + False + + + 1 + 2 + 0 + 1 + - - True - - - - 1 - 2 - 1 - 2 - + + True + True + True + 0 + + True + * + False + + + 1 + 2 + 1 + 2 + -- 1.7.9.5