[Xfce4-commits] <xfce4-settings:jeromeg/settings-editor> Double click on a row to edit the property.
Jérôme Guelfucci
noreply at xfce.org
Mon Dec 21 00:32:03 CET 2009
Updating branch refs/heads/jeromeg/settings-editor
to 98e817cb56602e1cdad584c549a6441f14ba502e (commit)
from c46b63ce5b2f47c675ff335149b5801191576fc2 (commit)
commit 98e817cb56602e1cdad584c549a6441f14ba502e
Author: Jérôme Guelfucci <jeromeg at xfce.org>
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
More information about the Xfce4-commits
mailing list