2005-06-15 [paul] 1.9.11cvs72

* src/prefs_filtering.c
		allow reordering of filter rules by
		drag n drop
This commit is contained in:
Paul Mangan 2005-06-15 11:04:05 +00:00
parent e32bf4865e
commit 662b024ae2
4 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-06-15 [paul] 1.9.11cvs72
* src/prefs_filtering.c
allow reordering of filter rules by
drag n drop
2005-06-15 [paul] 1.9.11cvs71
* COPYING

View file

@ -560,3 +560,4 @@
( cvs diff -u -r 1.8.2.5 -r 1.8.2.6 src/headerview.c; ) > 1.9.11cvs69.patchset
( cvs diff -u -r 1.149.2.26 -r 1.149.2.27 src/inc.c; cvs diff -u -r 1.17.2.13 -r 1.17.2.14 src/send_message.c; cvs diff -u -r 1.1.4.11 -r 1.1.4.12 src/gtk/progressdialog.c; cvs diff -u -r 1.1.4.5 -r 1.1.4.6 src/gtk/progressdialog.h; ) > 1.9.11cvs70.patchset
( cvs diff -u -r 1.5 -r 1.6 COPYING; cvs diff -u -r 1.65.2.31 -r 1.65.2.32 src/codeconv.c; cvs diff -u -r 1.149.2.27 -r 1.149.2.28 src/inc.c; cvs diff -u -r 1.17.2.14 -r 1.17.2.15 src/send_message.c; cvs diff -u -r 1.1.4.12 -r 1.1.4.13 src/gtk/progressdialog.c; cvs diff -u -r 1.1.4.6 -r 1.1.4.7 src/gtk/progressdialog.h; ) > 1.9.11cvs71.patchset
( cvs diff -u -r 1.59.2.19 -r 1.59.2.20 src/prefs_filtering.c; ) > 1.9.11cvs72.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=11
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=71
EXTRA_VERSION=72
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -1142,6 +1142,7 @@ static GtkWidget *prefs_filtering_list_view_create(void)
(prefs_filtering_create_data_store())));
gtk_tree_view_set_rules_hint(list_view, prefs_common.enable_rules_hint);
gtk_tree_view_set_reorderable(list_view, TRUE);
selector = gtk_tree_view_get_selection(list_view);
gtk_tree_selection_set_mode(selector, GTK_SELECTION_BROWSE);