aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin-manager/plugin-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/plugin-manager/plugin-manager.c')
-rw-r--r--plugins/plugin-manager/plugin-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin-manager/plugin-manager.c b/plugins/plugin-manager/plugin-manager.c
index 4352254bf7..4bd4694fa3 100644
--- a/plugins/plugin-manager/plugin-manager.c
+++ b/plugins/plugin-manager/plugin-manager.c
@@ -190,7 +190,7 @@ eppm_response(GtkDialog *w, int button, Manager *m)
if (button == GTK_RESPONSE_CLOSE) {
gtk_widget_destroy((GtkWidget*)w);
dialog = NULL;
- } else {
+ } else if (button == RESPONSE_CONFIGURE) {
GtkTreeSelection *selection = NULL;
GtkTreeModel *model = NULL;
GtkTreeIter iter;