[geany/geany] d44dfd: Save configuration when plugin manager dialog is closed
Matthew Brush
git-noreply at xxxxx
Fri Aug 16 01:53:21 UTC 2013
Branch: refs/heads/master
Author: Matthew Brush <matt at geany.org>
Committer: Matthew Brush <matt at geany.org>
Date: Fri, 16 Aug 2013 01:53:21 UTC
Commit: d44dfdb9ac76924c94964545e1f600201e27903c
https://github.com/geany/geany/commit/d44dfdb9ac76924c94964545e1f600201e27903c
Log Message:
-----------
Save configuration when plugin manager dialog is closed
Closes #62
Modified Paths:
--------------
src/plugins.c
Modified: src/plugins.c
2 files changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -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();
}
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list