View | Details | Raw Unified | Return to bug 197819
Collapse All | Expand All

(-)x11/tilda/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	tilda
3
PORTNAME=	tilda
4
PORTVERSION=	0.9.6
4
PORTVERSION=	0.9.6
5
PORTREVISION=	6
5
PORTREVISION=	7
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
8
(-)x11/tilda/files/patch-key_grabber.c (+15 lines)
Line 0 Link Here
1
diff --git a/src/key_grabber.c b/src/key_grabber.c
2
index 8c9e67c..b4ca786 100644
3
--- src/key_grabber.c
4
+++ src/key_grabber.c
5
@@ -190,8 +190,8 @@ void pull (struct tilda_window_ *tw, enum pull_state state)
6
          * Overriding the user time here seems to work a lot better than calling
7
          * gtk_window_present_with_time() here, or at the end of the function. I have
8
          * no idea why, they should do the same thing. */
9
-        gdk_x11_window_set_user_time (GTK_WIDGET(tw->window)->window,
10
-                                      tomboy_keybinder_get_current_event_time());
11
+        /*gdk_x11_window_set_user_time (GTK_WIDGET(tw->window)->window,
12
+                                      tomboy_keybinder_get_current_event_time());*/
13
         gtk_window_move (GTK_WINDOW(tw->window), config_getint ("x_pos"), config_getint ("y_pos"));
14
         gtk_widget_show (GTK_WIDGET(tw->window));
15
 

Return to bug 197819