Skip to content

Commit

Permalink
updatechecker: remove duplicate config_file defn
Browse files Browse the repository at this point in the history
  • Loading branch information
smostertdev committed Sep 7, 2019
1 parent 9694c62 commit 7b1c976
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions updatechecker/src/updatechecker.c
Expand Up @@ -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));
Expand Down

0 comments on commit 7b1c976

Please sign in to comment.