Commit 87d4f424 authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix gsettings key name in text-info dialog

parent 6b180f29
......@@ -173,7 +173,7 @@ tag_event_cb (GtkTextTag * tag, GObject * obj, GdkEvent * ev, GtkTextIter * iter
gtk_text_iter_forward_to_tag_toggle (&end, tag);
url = gtk_text_iter_get_text (&start, &end);
cmdline = g_strdup_printf (g_settings_get_string (settings, "open_command"), url);
cmdline = g_strdup_printf (g_settings_get_string (settings, "open-command"), url);
g_free (url);
g_spawn_command_line_async (cmdline, NULL);
......
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