[evolution-patches] Reset the Status bar message to NULL in tasks [calendar]



Hi,
   The status bar message in Tasks should be reset to NULL, if the
status of the Calendar is OK, otherwise it will be showing "Opening..."
always.

thanks, chenthill.

? :w
? patch
? patch_auth_evo.diff
? patch_calendar_sel.diff
? patch_calendar_selection.diff
? set_status.diff
? gui/.gnome-cal.c.swp
? gui/.temp_gw.swp
? gui/check_patch
? gui/groupwise_calendar:
? gui/patch_pass.diff
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2491
diff -u -r1.2491 ChangeLog
--- ChangeLog	23 Aug 2004 19:39:13 -0000	1.2491
+++ ChangeLog	24 Aug 2004 09:56:28 -0000
@@ -1,3 +1,9 @@
+2004-08-24  Chenthill Palanisamy  <pchenthill novell com>
+
+	* gui/e-tasks.c
+	(default_client_cal_opened_cb): Reset the Status Bar message to
+	NUll, if the status of the Calendar is returned OK.
+
 2004-08-13  Jeffrey Stedfast  <fejj novell com>
 
 	* gui/dialogs/event-page.glade: Make the description scrolled
Index: gui/e-tasks.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-tasks.c,v
retrieving revision 1.102
diff -u -r1.102 e-tasks.c
--- gui/e-tasks.c	16 Aug 2004 03:36:31 -0000	1.102
+++ gui/e-tasks.c	24 Aug 2004 09:56:29 -0000
@@ -836,6 +836,7 @@
 		
 		set_timezone (tasks);
 		e_cal_model_set_default_client (model, ecal);
+		set_status_message (tasks, NULL);
 		break;
 	case E_CALENDAR_STATUS_BUSY:
 		break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]