diff options
author | Sankar P <psankar@novell.com> | 2007-10-26 19:40:15 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2007-10-26 19:40:15 +0800 |
commit | e48ca861ed32f75ae66aa6efab698635ef2b1cb9 (patch) | |
tree | d98f22e34308bb4c797a441713f92a9f1d6b2ec4 /plugins | |
parent | 131a11a8a67c8d944a77227f7bed35aee1a127cb (diff) | |
download | gsoc2013-evolution-e48ca861ed32f75ae66aa6efab698635ef2b1cb9.tar.gz gsoc2013-evolution-e48ca861ed32f75ae66aa6efab698635ef2b1cb9.tar.zst gsoc2013-evolution-e48ca861ed32f75ae66aa6efab698635ef2b1cb9.zip |
Ssssshhhhhhhh the compiler warning.
2007-10-26 Sankar P <psankar@novell.com>
* plugin-manager.c: (eppm_selection_changed):
Ssssshhhhhhhh the compiler warning.
svn path=/trunk/; revision=34433
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/plugin-manager/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/plugin-manager/plugin-manager.c | 1 |
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); |