[Xfce4-commits] <xfce4-panel:devel> Fix compiler warning.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:30:29 CEST 2009
Updating branch refs/heads/devel
to bcb8b88f0667cd7374f5042e17d2a18c031d91d6 (commit)
from acae8be1444aea859eb2cd99ac992d1cfa4edfa7 (commit)
commit bcb8b88f0667cd7374f5042e17d2a18c031d91d6
Author: Nick Schermer <nick at xfce.org>
Date: Sun Mar 15 16:23:55 2009 +0100
Fix compiler warning.
panel/panel-module.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/panel/panel-module.c b/panel/panel-module.c
index 1c1a890..e599a99 100644
--- a/panel/panel-module.c
+++ b/panel/panel-module.c
@@ -36,12 +36,12 @@
-static void panel_module_dispose (GObject *object);
-static void panel_module_finalize (GObject *object);
-static gboolean panel_module_load (GTypeModule *type_module);
-static void panel_module_unload (GTypeModule *type_module);
-static void panel_module_item_finalized (gpointer user_data,
- GObject *item);
+static void panel_module_dispose (GObject *object);
+static void panel_module_finalize (GObject *object);
+static gboolean panel_module_load (GTypeModule *type_module);
+static void panel_module_unload (GTypeModule *type_module);
+static void panel_module_plugin_destroyed (gpointer user_data,
+ GObject *where_the_plugin_was);
More information about the Xfce4-commits
mailing list