gtranslator r3944 - in trunk: . plugins/source-code-view



Author: psanxiao
Date: Sun Feb 15 17:04:23 2009
New Revision: 3944
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3944&view=rev

Log:
	* plugins/source-code-view/source-code-view-plugin.c:
	Fixed path of GLADE_FILE define. Now the configuration
	dialog of the plugin is showed correctly.

Modified:
   trunk/ChangeLog
   trunk/plugins/source-code-view/source-code-view-plugin.c

Modified: trunk/plugins/source-code-view/source-code-view-plugin.c
==============================================================================
--- trunk/plugins/source-code-view/source-code-view-plugin.c	(original)
+++ trunk/plugins/source-code-view/source-code-view-plugin.c	Sun Feb 15 17:04:23 2009
@@ -40,7 +40,7 @@
 #define LINE_CMD_KEY SOURCE_CODE_VIEW_BASE_KEY "/line_cmd"
 
 /* Glade */
-#define GLADE_FILE DATADIR"/source-view-dialog.glade"
+#define GLADE_FILE DATADIR"/source-code-view-dialog.glade"
 
 #define GTR_SOURCE_CODE_VIEW_PLUGIN_GET_PRIVATE(object) \
 				(G_TYPE_INSTANCE_GET_PRIVATE ((object),	\



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