[gnome-commander/gcmd-1-4] Corrected string in main.cc; fixes bgo#742716
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-4] Corrected string in main.cc; fixes bgo#742716
- Date: Sun, 11 Jan 2015 11:43:11 +0000 (UTC)
commit 07f25e31d1e3ff46b639cbc0380a650f218aad3c
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun Jan 11 12:39:44 2015 +0100
Corrected string in main.cc; fixes bgo#742716
NEWS | 1 +
doc/C/releases.xml | 3 +++
src/main.cc | 2 +-
3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 124e855..1013401 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ gnome-commander 1.4.5
Bug fixes:
* Fixed problem bgo#741316 (Appdata missing in POT)
+ * Fixed problem bgo#742716 (Option --start-right-dir crashes gnome-commander)
===================================
gnome-commander 1.4.4
diff --git a/doc/C/releases.xml b/doc/C/releases.xml
index 4bd6f35..6620c1b 100644
--- a/doc/C/releases.xml
+++ b/doc/C/releases.xml
@@ -32,6 +32,9 @@
<listitem>
<para>Fixed problem bgo#741316 (Appdata missing in POT)</para>
</listitem>
+ <listitem>
+ <para>Fixed problem bgo#742716 (Option --start-right-dir crashes
gnome-commander)</para>
+ </listitem>
</itemizedlist>
</para>
</entry>
diff --git a/src/main.cc b/src/main.cc
index 8ec6150..0cf611b 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -151,7 +151,7 @@ int main (int argc, char *argv[])
gnome_cmd_data.tabs[LEFT].push_back(make_pair(string(start_dir_left),make_triple(GnomeCmdFileList::COLUMN_NAME,GTK_SORT_ASCENDING,FALSE)));
if (start_dir_right)
-
gnome_cmd_data.tabs[RIGHT].push_back(make_pair(string(start_dir_left),make_triple(GnomeCmdFileList::COLUMN_NAME,GTK_SORT_ASCENDING,FALSE)));
+
gnome_cmd_data.tabs[RIGHT].push_back(make_pair(string(start_dir_right),make_triple(GnomeCmdFileList::COLUMN_NAME,GTK_SORT_ASCENDING,FALSE)));
gcmd_user_actions.set_defaults();
ls_colors_init ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]