Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Sat, 21 Nov 2020 15:42:38 UTC
Commit: bc4dc07e4deb694b647977791a23af6776db4644
https://github.com/geany/geany-plugins/commit/bc4dc07e4deb694b647977791a23a…
Log Message:
-----------
Merge pull request #1033 from nomadbyte/geanyvc/fix-tooltip
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).
Branch: refs/heads/master
Author: nomadbyte <nomadbyte(a)users.noreply.github.com>
Committer: nomadbyte <nomadbyte(a)users.noreply.github.com>
Date: Tue, 17 Nov 2020 21:20:22 UTC
Commit: ccefe2b63253f1fede0591559696544c3cc4d949
https://github.com/geany/geany-plugins/commit/ccefe2b63253f1fede05915596965…
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).