[evolution-patches] 72935, cancel button desensitised on new window
- From: Not Zed <notzed ximian com>
- To: asdf <evolution-patches lists ximian com>
- Subject: [evolution-patches] 72935, cancel button desensitised on new window
- Date: Thu, 31 Mar 2005 11:04:15 +0800
dunno why all the buttons get desensitised, something odd going on with bonobo i guess.
this makes it force the stop button to be always sensitised, although sometimes u need to 'do something' first.
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3611
diff -u -p -r1.3611 ChangeLog
--- mail/ChangeLog 30 Mar 2005 07:57:45 -0000 1.3611
+++ mail/ChangeLog 31 Mar 2005 03:03:52 -0000
@@ -1,3 +1,9 @@
+2005-03-31 Not Zed <NotZed Ximian com>
+
+ ** See bug #72935
+
+ * em-folder-view.c: always enable the stop button.
+
2005-03-30 Li Yuan <li yuan sun com>
* em-account-prefs.c: (em_account_prefs_treeview_new):
Index: mail/em-folder-view.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-folder-view.c,v
retrieving revision 1.111
diff -u -p -r1.111 em-folder-view.c
--- mail/em-folder-view.c 17 Mar 2005 02:18:01 -0000 1.111
+++ mail/em-folder-view.c 31 Mar 2005 03:03:52 -0000
@@ -1734,6 +1734,9 @@ static const EMFolderViewEnable emfv_ena
{ "ViewLoadImages", EM_POPUP_SELECT_ONE },
+ /* always enabled */
+ { "MailStop", 0 },
+
{ NULL },
/* always enabled
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]