[evolution-patches] commit to shell



Hi

Just committed the attached patch to the shell.

-- 
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1484
diff -u -p -r1.1484 ChangeLog
--- ChangeLog	24 Dec 2004 09:16:56 -0000	1.1484
+++ ChangeLog	29 Dec 2004 16:00:53 -0000
@@ -1,3 +1,8 @@
+2004-12-29  Rodrigo Moya <rodrigo novell com>
+
+	* main.c (show_development_warning): 2.0 is the current stable
+	version.
+
 2004-12-23  Sivaiah Nallaagatla <snallagatla novell com>
                                                                                                                              
         * e-shell.c (e_shell_go_offline)
Index: main.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/main.c,v
retrieving revision 1.164
diff -u -p -r1.164 main.c
--- main.c	8 Dec 2004 01:58:27 -0000	1.164
+++ main.c	29 Dec 2004 16:00:53 -0000
@@ -249,7 +249,7 @@ show_development_warning(void)
                   "\n"
 		  "We hope that you enjoy the results of our hard work, and we\n"
 		  "eagerly await your contributions!\n"),
-		"1.4");
+		"2.0");
 	label = gtk_label_new (text);
 	g_free(text);
 


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