anjuta r4177 - in trunk: . plugins/patch
- From: sgranjoux svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4177 - in trunk: . plugins/patch
- Date: Sat, 23 Aug 2008 15:20:46 +0000 (UTC)
Author: sgranjoux
Date: Sat Aug 23 15:20:46 2008
New Revision: 4177
URL: http://svn.gnome.org/viewvc/anjuta?rev=4177&view=rev
Log:
* plugins/patch/plugin.c,
plugins/patch/plugin.h:
Fix #549105 Patch plugin icon not loaded
Modified:
trunk/ChangeLog
trunk/plugins/patch/plugin.c
trunk/plugins/patch/plugin.h
Modified: trunk/plugins/patch/plugin.c
==============================================================================
--- trunk/plugins/patch/plugin.c (original)
+++ trunk/plugins/patch/plugin.c Sat Aug 23 15:20:46 2008
@@ -25,7 +25,6 @@
#include "patch-plugin.h"
#define UI_FILE PACKAGE_DATA_DIR"/ui/anjuta-patch.ui"
-#define ICON_FILE_48 "anjuta-patch-plugin-48.png"
static gpointer parent_class;
@@ -85,7 +84,7 @@
/* Register icon */
BEGIN_REGISTER_ICON (plugin);
- REGISTER_ICON (ICON_FILE_48, "patch-plugin-icon");
+ REGISTER_ICON (ICON_FILE, "patch-plugin-icon");
END_REGISTER_ICON;
Modified: trunk/plugins/patch/plugin.h
==============================================================================
--- trunk/plugins/patch/plugin.h (original)
+++ trunk/plugins/patch/plugin.h Sat Aug 23 15:20:46 2008
@@ -23,7 +23,7 @@
#include <libanjuta/anjuta-launcher.h>
#include <libanjuta/interfaces/ianjuta-message-manager.h>
-#define ICON_FILE "anjuta-patch-plugin.png"
+#define ICON_FILE "anjuta-patch-plugin-48.png"
extern GType patch_plugin_get_type (GTypeModule *module);
#define ANJUTA_TYPE_PLUGIN_PATCH (patch_plugin_get_type (NULL))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]