deskbar-applet r2562 - in trunk: . deskbar/ui



Author: sebp
Date: Tue Feb 10 11:49:48 2009
New Revision: 2562
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2562&view=rev

Log:
Set correct sort order of CuemiacTreeView at startup

Modified:
   trunk/ChangeLog
   trunk/deskbar/ui/CuemiacAlignedView.py

Modified: trunk/deskbar/ui/CuemiacAlignedView.py
==============================================================================
--- trunk/deskbar/ui/CuemiacAlignedView.py	(original)
+++ trunk/deskbar/ui/CuemiacAlignedView.py	Tue Feb 10 11:49:48 2009
@@ -121,6 +121,8 @@
             # We are at a bottom panel. Put entry on bottom, and prepend matches (instead of append).
             self.vbox_main.pack_start(self.results_box)
             self.vbox_main.pack_start(self.header, False)
+            
+        self._on_change_orient(self.applet, orient)
         
     def __set_sort_order_by_orientation(self, orient):
         if orient in [gnomeapplet.ORIENT_LEFT, gnomeapplet.ORIENT_RIGHT, gnomeapplet.ORIENT_DOWN]:



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