gnome-panel r11373 - trunk/gnome-panel



Author: vuntz
Date: Tue Dec  9 00:18:53 2008
New Revision: 11373
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11373&view=rev

Log:
2008-12-09  Vincent Untz  <vuntz gnome org>

	* main.c: (main): set an application name. It's used by the gio
	authentication dialog.


Modified:
   trunk/gnome-panel/ChangeLog
   trunk/gnome-panel/main.c

Modified: trunk/gnome-panel/main.c
==============================================================================
--- trunk/gnome-panel/main.c	(original)
+++ trunk/gnome-panel/main.c	Tue Dec  9 00:18:53 2008
@@ -67,6 +67,7 @@
 				      NULL);
 	panel_cleanup_register (PANEL_CLEAN_FUNC (g_object_unref), program);
 
+	g_set_application_name (_("Panel"));
 	gtk_window_set_default_icon_name (PANEL_ICON_PANEL);
 
 	if (!panel_shell_register (replace)) {



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