CVS: sylpheedclaws/sylpheed-claws/src prefs_folder_item.c,1.52.2.30,1.52.2.31
[email protected] Thu, 28 Dec 2006 10:49:07 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv20856/src
Modified Files:
Tag: gtk2
prefs_folder_item.c
Log Message:
2006-12-28 [wwp] 2.6.1cvs83
* src/prefs_folder_item.c
Fix coloring of "simplify subject regexp" (folder prefs),
which might be left to red whereas the regexp gets empty.
Index: prefs_folder_item.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/prefs_folder_item.c,v
retrieving revision 1.52.2.30
retrieving revision 1.52.2.31
diff -u -d -r1.52.2.30 -r1.52.2.31
--- prefs_folder_item.c 2006/12/21 08:15:36 1.52.2.30
+++ prefs_folder_item.c 2006/12/28 10:49:02 1.52.2.31
@@ -1081,6 +1081,8 @@
test_string = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->entry_regexp_test_string)));
if (!regexp || !regexp[0]) {
+ gtk_widget_modify_base(page->entry_simplify_subject,
+ GTK_STATE_NORMAL, NULL);
if (test_string) {
gtk_entry_set_text(GTK_ENTRY(page->entry_regexp_test_result), test_string);
g_free(test_string);