[geany/geany-plugins] 7b1c97: updatechecker: remove duplicate config_file defn
Sylvan Mostert
git-noreply at xxxxx
Sat Sep 7 23:13:15 UTC 2019
Branch: refs/heads/master
Author: Sylvan Mostert <smostert.dev at gmail.com>
Committer: Sylvan Mostert <smostert.dev at gmail.com>
Date: Sat, 07 Sep 2019 23:13:15 UTC
Commit: 7b1c976007a9ea403835f4f671a39a6c657d8c89
https://github.com/geany/geany-plugins/commit/7b1c976007a9ea403835f4f671a39a6c657d8c89
Log Message:
-----------
updatechecker: remove duplicate config_file defn
Modified Paths:
--------------
updatechecker/src/updatechecker.c
Modified: updatechecker/src/updatechecker.c
4 lines changed, 0 insertions(+), 4 deletions(-)
===================================================================
@@ -245,10 +245,6 @@ on_configure_response(G_GNUC_UNUSED GtkDialog *dialog, gint response,
gchar *data;
gchar *config_dir = g_path_get_dirname(config_file);
- config_file = g_strconcat(geany->app->configdir,
- G_DIR_SEPARATOR_S, "plugins", G_DIR_SEPARATOR_S,
- "updatechecker", G_DIR_SEPARATOR_S, "general.conf", NULL);
-
/* Crabbing options that has been set */
check_on_startup =
gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(config_widgets.run_on_startup));
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list