aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin-manager
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/plugin-manager')
-rw-r--r--plugins/plugin-manager/ChangeLog5
-rw-r--r--plugins/plugin-manager/plugin-manager.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/plugin-manager/ChangeLog b/plugins/plugin-manager/ChangeLog
index 3af1b4d780..abf48b55a9 100644
--- a/plugins/plugin-manager/ChangeLog
+++ b/plugins/plugin-manager/ChangeLog
@@ -1,5 +1,10 @@
2007-10-26 Sankar P <psankar@novell.com>
+ * plugin-manager.c: (eppm_selection_changed):
+ Ssssshhhhhhhh the compiler warning.
+
+2007-10-26 Sankar P <psankar@novell.com>
+
** Fix for bug #461272
* plugin-manager.c: (eppm_selection_changed),
diff --git a/plugins/plugin-manager/plugin-manager.c b/plugins/plugin-manager/plugin-manager.c
index 52a3d0c93d..326f6ee49b 100644
--- a/plugins/plugin-manager/plugin-manager.c
+++ b/plugins/plugin-manager/plugin-manager.c
@@ -132,7 +132,6 @@ eppm_selection_changed(GtkTreeSelection *selection, Manager *m)
if (gtk_tree_selection_get_selected(selection, &model, &iter)) {
EPlugin *ep;
- EPluginLibConfigureFunc configure;
gboolean enabled = FALSE;
gtk_tree_model_get(model, &iter, COL_PLUGIN_DATA, &ep, -1);