2009-12-29 [pawel] 3.7.3cvs47

* src/prefs_filtering_action.c
		Fix Bug 2082 'Wrong color rectangle position when replacing
		"color" processing rule'
This commit is contained in:
Paweł Pękala 2009-12-29 22:09:08 +00:00
parent d733e5e2c6
commit 87e9e7a2db
4 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-12-29 [pawel] 3.7.3cvs47
* src/prefs_filtering_action.c
Fix Bug 2082 'Wrong color rectangle position when replacing
"color" processing rule'
2009-12-29 [colin] 3.7.3cvs46
* src/compose.c

View file

@ -3920,3 +3920,4 @@
( cvs diff -u -r 1.5.2.9 -r 1.5.2.10 src/prefs_toolbar.h; ) > 3.7.3cvs44.patchset
( cvs diff -u -r 1.382.2.538 -r 1.382.2.539 src/compose.c; ) > 3.7.3cvs45.patchset
( cvs diff -u -r 1.382.2.539 -r 1.382.2.540 src/compose.c; ) > 3.7.3cvs46.patchset
( cvs diff -u -r 1.1.4.61 -r 1.1.4.62 src/prefs_filtering_action.c; ) > 3.7.3cvs47.patchset

View file

@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=3
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=46
EXTRA_VERSION=47
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -1472,6 +1472,7 @@ static gboolean prefs_filtering_actions_selected
gint list_id;
GtkTreeIter iter;
gboolean is_valid;
GtkWidget *menu;
if (currently_selected)
return TRUE;
@ -1576,6 +1577,9 @@ static gboolean prefs_filtering_actions_selected
ACTION_COLOR);
gtk_cmoption_menu_set_history(GTK_CMOPTION_MENU(filtering_action.color_optmenu),
action->labelcolor);
menu = gtk_cmoption_menu_get_menu(GTK_CMOPTION_MENU(
filtering_action.color_optmenu));
g_signal_emit_by_name(G_OBJECT(menu), "selection-done", menu);
break;
case MATCHACTION_CHANGE_SCORE:
combobox_select_by_data(GTK_COMBO_BOX(filtering_action.action_combo),