Kaydet (Commit) d44dfdb9 authored tarafından Matthew Brush's avatar Matthew Brush

Save configuration when plugin manager dialog is closed

Closes #62
üst ef7b092e
......@@ -1393,6 +1393,8 @@ static void pm_dialog_response(GtkDialog *dialog, gint response, gpointer user_d
plugin_list = NULL;
}
gtk_widget_destroy(GTK_WIDGET(dialog));
configuration_save();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment