rpms/tuxcmd/devel tuxcmd-0.6.52-connmgr-save.patch, NONE, 1.1 tuxcmd.spec, 1.8, 1.9

Tomas Bzatek tbzatek at fedoraproject.org
Mon Oct 13 08:38:02 UTC 2008


Author: tbzatek

Update of /cvs/extras/rpms/tuxcmd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11275

Modified Files:
	tuxcmd.spec 
Added Files:
	tuxcmd-0.6.52-connmgr-save.patch 
Log Message:
* Mon Oct 13 2008 Tomas Bzatek <tbzatek at redhat.com> 0.6.50-3
- Connection Manager: Fix restoring last used item


tuxcmd-0.6.52-connmgr-save.patch:

--- NEW FILE tuxcmd-0.6.52-connmgr-save.patch ---
From: Tomas Bzatek <tbzatek at users.sourceforge.net>
Date: Sat, 11 Oct 2008 13:11:30 +0000 (+0200)
Subject: Connection Manager: Fix a typo preventing to restore last used item properly
X-Git-Tag: v0.6.53~1
X-Git-Url: http://git.bzatek.net/?p=tuxcmd%2F.git;a=commitdiff_plain;h=c29edff595cff9d43a607c15b5af6e2ec101263a

Connection Manager: Fix a typo preventing to restore last used item properly
---

diff --git a/UConfig.pas b/UConfig.pas
index f384c32..9da4f91 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -924,7 +924,7 @@ begin
     if Sections.Count > 0 then
       for i := 0 to Sections.Count - 1 do
         if Sections[i] = '__General' then begin
-          ConfConnMgrActiveItem := IniFile.ReadInteger('__General', 'ConfConnMgrActiveItem', ConfConnMgrActiveItem);
+          ConfConnMgrActiveItem := IniFile.ReadInteger('__General', 'ConnMgrActiveItem', ConfConnMgrActiveItem);
         end else begin
           Item := TConnMgrItem.Create;
           with Item do begin


Index: tuxcmd.spec
===================================================================
RCS file: /cvs/extras/rpms/tuxcmd/devel/tuxcmd.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tuxcmd.spec	7 Oct 2008 10:10:47 -0000	1.8
+++ tuxcmd.spec	13 Oct 2008 08:37:31 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           tuxcmd
 Version:        0.6.50
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tux Commander: file manager with 2 panels side by side using GTK2
 
 Group:          Applications/File
@@ -22,6 +22,7 @@
 
 Patch1: tuxcmd-0.6.52-null-mounts.patch
 Patch2: tuxcmd-0.6.52-anon-ftp.patch
+Patch3: tuxcmd-0.6.52-connmgr-save.patch
 
 %description
 Tux Commander is open-source file manager with 2 panels side by side written
@@ -62,6 +63,7 @@
 %setup -b 1 -q
 
 %patch1 -p1 -b .null-mounts
+%patch3 -p1 -b .connmgr-save
 cd ../%{name}-modules-%{version}
 %patch2 -p1 -b .anon-ftp
 
@@ -126,6 +128,9 @@
 
 
 %changelog
+* Mon Oct 13 2008 Tomas Bzatek <tbzatek at redhat.com> 0.6.50-3
+- Connection Manager: Fix restoring last used item
+
 * Tue Oct  7 2008 Tomas Bzatek <tbzatek at redhat.com> 0.6.50-2
 - Hide '0' and NULL mount points
 - GVFS plugin: supply proper user/pass for anonymous FTP login




More information about the scm-commits mailing list