[gnome-commander/gcmd-1-3] Revert the bug introduced in previous commits causing problems with displaying 'x' on mounted device



commit e29fa3448eb9004d1ae3c6120bf4d91f887a5234
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Wed Jan 27 18:38:52 2010 +0100

    Revert the bug introduced in previous commits causing problems with displaying 'x' on mounted device icon

 src/main.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.cc b/src/main.cc
index 67d2449..13c4ca2 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -123,11 +123,11 @@ int main (int argc, char *argv[])
     conf_dir = g_build_path (G_DIR_SEPARATOR_S, g_get_home_dir (), ".gnome-commander", NULL);
     create_dir_if_needed (conf_dir);
     g_free (conf_dir);
+    IMAGE_init ();
     gcmd_user_actions.init();
     gnome_cmd_data.load();
     gcmd_user_actions.set_defaults();
     ls_colors_init ();
-    IMAGE_init ();
     gnome_cmd_data.load_more();
 
     if (gnome_cmd_data.use_gnome_auth_manager)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]