gnome-session r4686 - in trunk: . capplet



Author: lucasr
Date: Wed May 14 15:31:35 2008
New Revision: 4686
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4686&view=rev

Log:
2008-05-14  Lucas Rocha  <lucasr gnome org>

	* capplet/ui.c: fixed command entry widget name to match the one
	in the glade.


Modified:
   trunk/ChangeLog
   trunk/capplet/ui.c

Modified: trunk/capplet/ui.c
==============================================================================
--- trunk/capplet/ui.c	(original)
+++ trunk/capplet/ui.c	Wed May 14 15:31:35 2008
@@ -42,7 +42,7 @@
 #define CAPPLET_REMEMBER_WIDGET_NAME      "session_properties_remember_toggle"
 #define CAPPLET_EDIT_DIALOG_WIDGET_NAME   "session_properties_edit_dialog"
 #define CAPPLET_NAME_ENTRY_WIDGET_NAME    "session_properties_name_entry"
-#define CAPPLET_COMMAND_ENTRY_WIDGET_NAME "spc_command_entry"
+#define CAPPLET_COMMAND_ENTRY_WIDGET_NAME "session_properties_command_entry"
 #define CAPPLET_COMMENT_ENTRY_WIDGET_NAME "session_properties_comment_entry"
 #define CAPPLET_BROWSE_WIDGET_NAME        "session_properties_browse_button"
 



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