Updating branch refs/heads/master
         to fc4d2ba9e6a31dcefb8088a94b1762d614b6332e (commit)
       from 5fef0903976b40c77217b4bcf469a775509dab1b (commit)

commit fc4d2ba9e6a31dcefb8088a94b1762d614b6332e
Author: Jérôme Guelfucci <[email protected]>
Date:   Mon Dec 21 00:12:30 2009 +0100

    Double click on a row to edit the property.

 xfce4-settings-editor/main_window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/xfce4-settings-editor/main_window.c 
b/xfce4-settings-editor/main_window.c
index 5327aa7..6ed731a 100644
--- a/xfce4-settings-editor/main_window.c
+++ b/xfce4-settings-editor/main_window.c
@@ -403,6 +403,8 @@ cb_property_treeview_row_activated (GtkTreeView *tree_view, 
GtkTreePath *path, G
             gtk_tree_view_expand_row (tree_view, path, FALSE);
 
     }
+    else
+        cb_property_edit_button_clicked (NULL, NULL);
 }
 
 static void
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to