[gnome-commander] Fix for bug introduced in commit 3f829f3631e9a1dd893dfd8a20f36c58e8f50a4b



commit 0b6fd85fa5f110a52a2b1cb75bc3d43a37907e97
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Nov 12 22:07:26 2011 +0100

    Fix for bug introduced in commit 3f829f3631e9a1dd893dfd8a20f36c58e8f50a4b

 src/main.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.cc b/src/main.cc
index 3185c4e..4b3876f 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -157,7 +157,7 @@ int main (int argc, char *argv[])
 
         gnome_authentication_manager_init ();
 
-        gnome_cmd_style_create (gnome_cmd_data);
+        gnome_cmd_style_create (gnome_cmd_data.options);
 
         main_win = new GnomeCmdMainWin;
         main_win_widget = *main_win;



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