[evolution-patches] 33287 Send/Receive button not de-sensitized when starting up in offline mode
- From: JP Rosevear <jpr novell com>
- To: evolution-patches <evolution-patches ximian com>
- Subject: [evolution-patches] 33287 Send/Receive button not de-sensitized when starting up in offline mode
- Date: Wed, 23 Feb 2005 10:46:03 -0500
-JP
--
JP Rosevear <jpr novell com>
Novell, Inc.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1498
diff -u -r1.1498 ChangeLog
--- ChangeLog 23 Feb 2005 07:01:27 -0000 1.1498
+++ ChangeLog 23 Feb 2005 14:53:23 -0000
@@ -1,3 +1,10 @@
+2005-02-23 JP Rosevear <jpr novell com>
+
+ Fixes #33287
+
+ * e-shell-window.c (e_shell_window_new): set the send/receive
+ sensitivity when we first start up
+
2005-02-22 Marco Pesenti Gritti <marco gnome org>
* shell/e-shell-window-commands.c: (command_quick_reference):
Index: e-shell-window.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell-window.c,v
retrieving revision 1.31
diff -u -r1.31 e-shell-window.c
--- e-shell-window.c 22 Feb 2005 18:34:05 -0000 1.31
+++ e-shell-window.c 23 Feb 2005 14:53:23 -0000
@@ -871,6 +871,7 @@
setup_widgets (window);
+ update_send_receive_sensitivity (window);
g_signal_connect_object (shell, "line_status_changed", G_CALLBACK (shell_line_status_changed_callback), window, 0);
gtk_window_set_default_size (GTK_WINDOW (window), 640, 480);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]