[evolution-patches] 44609, hig crap
- From: Not Zed <notzed ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] 44609, hig crap
- Date: 16 Jun 2003 19:16:35 +0930
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2749
diff -u -3 -r1.2749 ChangeLog
--- ChangeLog 12 Jun 2003 04:47:32 -0000 1.2749
+++ ChangeLog 16 Jun 2003 09:46:12 -0000
@@ -1,3 +1,25 @@
+2003-06-16 Not Zed <NotZed Ximian com>
+
+ ** See bug #44609
+
+ * mail-vfolder.c (vfolder_edit_rule): put the ok/cancel buttons in
+ the stupid gnome 2 order.
+
+ ** See bug #33593
+
+ * message-list.c (on_selection_changed_cmd): also listedn to
+ selection changed events, since the etable api has changed.
+ (get_selected_cb): helper for above.
+ (message_list_construct): hook to selection change signal.
+
+ * mail-callbacks.c (composer_send_queued_cb): Unref the composer
+ to match the ref composer_send_cb();
+
+ ** See bug #44519
+
+ * message-browser.c (message_browser_message_list_built): We want
+ to disconnect from the messagelist, not folderbrowser signal.
+
2003-06-11 Jeffrey Stedfast <fejj ximian com>
* mail-format.c (format_mime_part): We only really want to use
Index: mail-vfolder.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-vfolder.c,v
retrieving revision 1.95
diff -u -3 -r1.95 mail-vfolder.c
--- mail-vfolder.c 15 Apr 2003 17:29:17 -0000 1.95
+++ mail-vfolder.c 16 Jun 2003 09:46:13 -0000
@@ -873,10 +873,10 @@
gd = (GtkDialog *)gtk_dialog_new_with_buttons(_("Edit VFolder"), NULL,
GTK_DIALOG_DESTROY_WITH_PARENT,
- GTK_STOCK_OK,
- GTK_RESPONSE_OK,
GTK_STOCK_CANCEL,
GTK_RESPONSE_CANCEL,
+ GTK_STOCK_OK,
+ GTK_RESPONSE_OK,
NULL);
gtk_container_set_border_width ((GtkWindow *) gd, 6);
gtk_box_set_spacing ((GtkBox *) gd->vbox, 6);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]