epiphany r8547 - trunk/src



Author: chpe
Date: Fri Sep 26 19:30:06 2008
New Revision: 8547
URL: http://svn.gnome.org/viewvc/epiphany?rev=8547&view=rev

Log:
Print version to stdout, not stderr.


Modified:
   trunk/src/ephy-main.c

Modified: trunk/src/ephy-main.c
==============================================================================
--- trunk/src/ephy-main.c	(original)
+++ trunk/src/ephy-main.c	Fri Sep 26 19:30:06 2008
@@ -74,7 +74,7 @@
                    gpointer     data,
                    GError     **error)
 {
-  g_printerr ("%s %s\n", _("GNOME Web Browser"), VERSION);
+  g_print ("%s %s\n", _("GNOME Web Browser"), VERSION);
 
   exit (EXIT_SUCCESS);
  return FALSE;



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