gtranslator r3944 - in trunk: . plugins/source-code-view
- From: psanxiao svn gnome org
- To: svn-commits-list gnome org
- Subject: gtranslator r3944 - in trunk: . plugins/source-code-view
- Date: Sun, 15 Feb 2009 17:04:23 +0000 (UTC)
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]