[vte] app: Fix a copypaste error
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] app: Fix a copypaste error
- Date: Mon, 23 Oct 2017 21:02:01 +0000 (UTC)
commit 34cb79e23f019d67107a2624a6b54340b678254d
Author: Christian Persch <chpe src gnome org>
Date: Mon Oct 23 22:01:38 2017 +0200
app: Fix a copypaste error
src/app/app.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app/app.cc b/src/app/app.cc
index 635fe98..4446592 100644
--- a/src/app/app.cc
+++ b/src/app/app.cc
@@ -1260,7 +1260,7 @@ vteapp_window_show_context_menu(VteappWindow* window,
auto match = vte_terminal_match_check_event(window->terminal, event, nullptr);
if (match != nullptr) {
- verbose_print("Match: %s\n", hyperlink);
+ verbose_print("Match: %s\n", match);
GVariant* target = g_variant_new_string(match);
auto item = g_menu_item_new("Copy _Match", nullptr);
g_menu_item_set_action_and_target_value(item, "win.copy-match", target);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]