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
+
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.