cheese r1135 - in branches/gnome-2-24: . src



Author: dgsiegel
Date: Thu Nov 13 16:34:01 2008
New Revision: 1135
URL: http://svn.gnome.org/viewvc/cheese?rev=1135&view=rev

Log:
print the cheese version if the -v flag is set


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/cheese.c

Modified: branches/gnome-2-24/src/cheese.c
==============================================================================
--- branches/gnome-2-24/src/cheese.c	(original)
+++ branches/gnome-2-24/src/cheese.c	Thu Nov 13 16:34:01 2008
@@ -202,6 +202,7 @@
   gnome_vfs_init ();
 
   g_set_print_handler ((GPrintFunc) cheese_print_handler);
+  g_print ("Cheese " VERSION " \n");
 
   gtk_window_set_default_icon_name ("cheese");
   gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),



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