deskbar-applet r1938 - in trunk: . deskbar/ui/cuemiac



Author: kamstrup
Date: Wed Feb 13 10:10:49 2008
New Revision: 1938
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=1938&view=rev

Log:
Show lingering selection window when activating action with the keyboard (works fine with mouse clicks).


Modified:
   trunk/ChangeLog
   trunk/deskbar/ui/cuemiac/CuemiacActionsTreeView.py

Modified: trunk/deskbar/ui/cuemiac/CuemiacActionsTreeView.py
==============================================================================
--- trunk/deskbar/ui/cuemiac/CuemiacActionsTreeView.py	(original)
+++ trunk/deskbar/ui/cuemiac/CuemiacActionsTreeView.py	Wed Feb 13 10:10:49 2008
@@ -74,6 +74,7 @@
 
         if event.keyval in self.activation_keys:
             qstring = model[iter][model.QUERY_COL]
+            self.emit ("row-activated", model.get_path(iter), self._column)
             self.emit ("action-selected", qstring, action, event)
         elif event.keyval in self.back_keys:
             self.emit ("go-back")
@@ -93,4 +94,4 @@
         gobject.idle_add(self.scroll_to_cell, path )
         self.set_cursor_on_cell( path )
        
-         
\ No newline at end of file
+         



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