[geany/geany-plugins] ccefe2: GeanyVC: Correct the displaying of tooltip for the attach to menubar action

nomadbyte git-noreply at xxxxx
Tue Nov 17 21:20:22 UTC 2020


Branch:      refs/heads/master
Author:      nomadbyte <nomadbyte at users.noreply.github.com>
Committer:   nomadbyte <nomadbyte at users.noreply.github.com>
Date:        Tue, 17 Nov 2020 21:20:22 UTC
Commit:      ccefe2b63253f1fede0591559696544c3cc4d949
             https://github.com/geany/geany-plugins/commit/ccefe2b63253f1fede0591559696544c3cc4d949

Log Message:
-----------
GeanyVC: Correct the displaying of tooltip for the attach to menubar action


Modified Paths:
--------------
    geanyvc/src/geanyvc.c

Modified: geanyvc/src/geanyvc.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2165,7 +2165,7 @@ plugin_configure(GtkDialog * dialog)
 	gtk_box_pack_start(GTK_BOX(vbox), widgets.cb_editor_menu_entries, TRUE, FALSE, 2);
 
 	widgets.cb_attach_to_menubar = gtk_check_button_new_with_label(_("Attach menu to menubar"));
-	gtk_widget_set_tooltip_text(widgets.cb_editor_menu_entries,
+	gtk_widget_set_tooltip_text(widgets.cb_attach_to_menubar,
 				 _("Whether menu for this plugin are getting placed either "
 				   "inside tools menu or directly inside Geany's menubar. "
 				   "Will take in account after next start of GeanyVC"));



--------------
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