[Thunar-workers] CVS: design/ui ChangeLog, 1.20, 1.21 ThunarWindow.py, 1.11, 1.12 thunar.ui, 1.6, 1.7 ThunarColumnsView.py, 1.1, NONE

Benedikt Meurer benny at xfce.org
Sun Mar 6 19:12:52 CET 2005


Update of /var/cvs/thunar/design/ui
In directory espresso.foo-projects.org:/tmp/cvs-serv31896

Modified Files:
	ChangeLog ThunarWindow.py thunar.ui 
Removed Files:
	ThunarColumnsView.py 
Log Message:
2005-03-06	Benedikt Meurer <benny at xfce.org>

	* ThunarColumnsView.py, thunar.ui, ThunarWindow.py: Remove the Columns
	  View again.




Index: ChangeLog
===================================================================
RCS file: /var/cvs/thunar/design/ui/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ChangeLog	6 Mar 2005 16:00:25 -0000	1.20
+++ ChangeLog	6 Mar 2005 18:12:50 -0000	1.21
@@ -1,3 +1,8 @@
+2005-03-06	Benedikt Meurer <benny at xfce.org>
+
+	* ThunarColumnsView.py, thunar.ui, ThunarWindow.py: Remove the Columns
+	  View again.
+
 2005-03-06	Jens Luedicke <perldude at xfce.org>
 
 	* ThunarListView.py, ThunarPropertiesDialog.py: rename Kind -> Type

Index: ThunarWindow.py
===================================================================
RCS file: /var/cvs/thunar/design/ui/ThunarWindow.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ThunarWindow.py	6 Mar 2005 15:25:56 -0000	1.11
+++ ThunarWindow.py	6 Mar 2005 18:12:50 -0000	1.12
@@ -32,7 +32,6 @@
 from ThunarPathBar import ThunarPathBar
 from ThunarFileInfo import ThunarFileInfo
 from ThunarListView import ThunarListView
-from ThunarColumnsView import ThunarColumnsView
 from ThunarSidePane import ThunarSidePane
 from ThunarPropertiesDialog import ThunarPropertiesDialog
 
@@ -93,7 +92,6 @@
         self.action_group.add_radio_actions([
             ('view-as-icons', None, 'View as _Icons', None, None, 1),
             ('view-as-list', None, 'View as _List'),
-            ('view-as-columns', None, 'View as _Columns'),
         ], 1, lambda action, whatever, self: self._action_view_toggled(), self)
         self.action_group.add_actions([
             ('go-menu', None, '_Go'),
@@ -212,10 +210,8 @@
         other.destroy()
         if self.action_group.get_action('view-as-icons').get_active():
             self.view = ThunarIconView(self.info)
-        elif self.action_group.get_action('view-as-list').get_active():
-            self.view = ThunarListView(self.info)
         else:
-            self.view = ThunarColumnsView(self.info)
+            self.view = ThunarListView(self.info)
         self.view.connect('context-menu', lambda view: self._context_menu())
         self.view.connect('activated', lambda widget, info: self._action_open_dir(info))
         self.view.connect('selection-changed', lambda widget: self._selection_changed())

Index: thunar.ui
===================================================================
RCS file: /var/cvs/thunar/design/ui/thunar.ui,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- thunar.ui	5 Mar 2005 18:43:15 -0000	1.6
+++ thunar.ui	6 Mar 2005 18:12:50 -0000	1.7
@@ -70,7 +70,6 @@
 
       <menuitem action="view-as-icons" />
       <menuitem action="view-as-list" />
-      <menuitem action="view-as-columns" />
     </menu>
 
     <menu action="go-menu">

--- ThunarColumnsView.py DELETED ---




More information about the Thunar-workers mailing list