epiphany r8547 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8547 - trunk/src
- Date: Fri, 26 Sep 2008 19:30:06 +0000 (UTC)
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]