[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 30/37: Remove debug code
noreply at xfce.org
noreply at xfce.org
Mon Mar 23 23:30:25 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-clipman-plugin.
commit ed9fa080fa6aed5f452a38c81dea71ef9715ce6c
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Mar 22 10:53:58 2020 +0100
Remove debug code
---
panel-plugin/menu.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/panel-plugin/menu.c b/panel-plugin/menu.c
index 9891a53..a804a52 100644
--- a/panel-plugin/menu.c
+++ b/panel-plugin/menu.c
@@ -174,8 +174,6 @@ cb_paste_on_activate (guint paste_on_activate)
KeySym key_sym;
KeyCode key_code;
- g_warning ("paste on activate...");
-
Display *display = XOpenDisplay (NULL);
if (display == NULL)
{
@@ -186,7 +184,6 @@ cb_paste_on_activate (guint paste_on_activate)
XCloseDisplay (display);
return;
}
- g_warning ("moving on... %d", paste_on_activate);
switch (paste_on_activate)
{
@@ -194,7 +191,6 @@ cb_paste_on_activate (guint paste_on_activate)
break;
case PASTE_CTRL_V:
- g_warning ("ctrl + v");
key_sym = XK_Control_L;
key_code = XKeysymToKeycode (display, key_sym);
XTestFakeKeyEvent (display, key_code, True, CurrentTime);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list