[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-599-g831126c
ticho at claws-mail.org
ticho at claws-mail.org
Wed Jan 23 18:00:28 CET 2019
The branch, gtk3 has been updated
via 831126c3a1b3bd63e740bfb8ef1171220fbc6e3e (commit)
from 18880e604d89e8379d934b387693e2c7849f8848 (commit)
Summary of changes:
src/plugins/fancy/fancy_viewer.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 831126c3a1b3bd63e740bfb8ef1171220fbc6e3e
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Jan 23 17:59:28 2019 +0100
Fix the "prefs menu" pop up in Fancy viewer
diff --git a/src/plugins/fancy/fancy_viewer.c b/src/plugins/fancy/fancy_viewer.c
index 9c79ff8..d081843 100644
--- a/src/plugins/fancy/fancy_viewer.c
+++ b/src/plugins/fancy/fancy_viewer.c
@@ -486,8 +486,8 @@ static void resource_request_starting_cb(WebKitWebView *view,
static gboolean fancy_prefs_cb(GtkWidget *widget, GdkEventButton *ev, FancyViewer *viewer)
{
if ((ev->button == 1) && (ev->type == GDK_BUTTON_PRESS)) {
- gtk_menu_popup_at_widget(GTK_MENU(viewer->fancy_prefs_menu),
- NULL, GDK_GRAVITY_CENTER, GDK_GRAVITY_CENTER , NULL);
+ gtk_menu_popup_at_widget(GTK_MENU(viewer->fancy_prefs_menu),
+ widget, GDK_GRAVITY_CENTER, GDK_GRAVITY_SOUTH_WEST, NULL);
return TRUE;
}
return FALSE;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list