Skip to content

Commit

Permalink
Fix the location of the tooltip
Browse files Browse the repository at this point in the history
Fixes a regression which was introduced by commit fa576da (port to gtk3)
  • Loading branch information
epienbroek committed Oct 31, 2012
1 parent b4ca832 commit 58fee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mn-tooltips.gob
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class MN:Tooltips from G:Object
w = requisition.width;
h = requisition.height;

gtk_widget_get_allocation(selfp->window, &allocation);
gtk_widget_get_allocation(widget, &allocation);
gdk_window_get_origin(gtk_widget_get_window(widget), &x, &y);
if (! gtk_widget_get_has_window(widget))
{
Expand Down

0 comments on commit 58fee7f

Please sign in to comment.