From 964440c19ad82d995617ddfea3f5ce52bb606b59 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Fri, 9 Feb 2007 16:47:39 +0000 Subject: [PATCH] Replaced the old XML name with the new one pmo-trunk-r811 --- src/maemo/modest-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index 7bb8742..538db96 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -364,7 +364,7 @@ modest_main_window_new (void) g_object_unref (action_group); /* Load the UI definition */ - gtk_ui_manager_add_ui_from_file (parent_priv->ui_manager, MODEST_UIDIR "modest-ui.xml", &error); + gtk_ui_manager_add_ui_from_file (parent_priv->ui_manager, MODEST_UIDIR "modest-main-window-ui.xml", &error); if (error != NULL) { g_warning ("Could not merge modest-ui.xml: %s", error->message); g_error_free (error); -- 1.7.9.5