Remove help id's in windows (deprecated in hildon2, not used in gtk)
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 1 Dec 2009 12:07:10 +0000 (13:07 +0100)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 1 Dec 2009 12:22:24 +0000 (13:22 +0100)
src/widgets/modest-accounts-window.c
src/widgets/modest-folder-window.c
src/widgets/modest-header-window.c

index 3b90a35..4ecac47 100644 (file)
@@ -171,9 +171,6 @@ modest_accounts_window_instance_init (ModestAccountsWindow *obj)
        priv->account_view = NULL;
        priv->progress_hint = FALSE;
        
-       modest_window_mgr_register_help_id (modest_runtime_get_window_mgr(),
-                                           GTK_WINDOW(obj),
-                                           "applications_email_accountsview");
 }
 
 static void
index 4f5c77b..a81e38e 100644 (file)
@@ -201,9 +201,6 @@ modest_folder_window_init (ModestFolderWindow *obj)
 
        priv->top_vbox = NULL;
 
-       modest_window_mgr_register_help_id (modest_runtime_get_window_mgr(),
-                                           GTK_WINDOW(obj),
-                                           "applications_email_folderview");
        priv->progress_hint = FALSE;
        priv->current_store_account = NULL;
        priv->queue_change_handler = 0;
index 45b8838..2c7c186 100644 (file)
@@ -264,9 +264,6 @@ modest_header_window_init (ModestHeaderWindow *obj)
        priv->y_coord = 0;
        priv->notify_model = 0;
 
-       modest_window_mgr_register_help_id (modest_runtime_get_window_mgr(),
-                                           GTK_WINDOW(obj),
-                                           "applications_email_headerview");
 }
 
 static void