From a91380ebe5a3c30b37d02964cadd712f7c9a60fa Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 27 Jan 2004 22:58:06 +0000 Subject: Use button->time for the mouse click event, so that the popup stays up on 2004-01-27 Rodney Dawes * gal/e-text/e-text.c (popup_targets_received): Use button->time for the mouse click event, so that the popup stays up on button release Fixes #47548 svn path=/trunk/; revision=24483 --- widgets/text/e-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/text/e-text.c') diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index 05e5855d9f..45d43ac523 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -2693,7 +2693,7 @@ popup_targets_received (GtkClipboard *clipboard, } else { gtk_menu_popup (GTK_MENU (popup_menu), NULL, NULL, NULL, NULL, - button->button, GDK_CURRENT_TIME); + button->button, button->time); } g_object_unref (text); -- cgit v1.2.3