[gnome-color-manager] trivial: add a stub to show the assign profile rows should be drag and droppable



commit 75c63bc2efbaa06c15162892992a5cf0fb932c9d
Author: Richard Hughes <richard hughsie com>
Date:   Wed May 26 19:51:42 2010 +0100

    trivial: add a stub to show the assign profile rows should be drag and droppable

 src/gcm-prefs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index 821f7cd..77c42d0 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -3196,6 +3196,7 @@ main (int argc, char **argv)
 	/* add columns to the tree view */
 	gcm_prefs_add_assign_columns (GTK_TREE_VIEW (widget));
 	gtk_tree_view_columns_autosize (GTK_TREE_VIEW (widget));
+	gtk_tree_view_set_reorderable (GTK_TREE_VIEW (widget), TRUE);
 
 	main_window = GTK_WIDGET (gtk_builder_get_object (builder, "dialog_prefs"));
 



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