Revision 4da7e24811f4289fa9c15c233fa350da6d9c45c6
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Sat Mar 17 13:58:24 EDT 2007
o -----------------------------------------------------------------
| Revision: 4da7e24811f4289fa9c15c233fa350da6d9c45c6
| Ancestor: 5a482c0632eb3d10e5e59f53970fdc0b87bf5a60
| Author: nosnilmot at pidgin.im
| Date: 2007-03-17T16:50:35
| Branch: im.pidgin.pidgin
|
| Modified files:
| pidgin/gtkimhtml.c
|
| ChangeLog:
|
| Move the tooltip window before showing the tooltip to avoid a transient
| annoying window
|
| ============================================================
| --- pidgin/gtkimhtml.c 41654a9d30691299228c5db2c4d61deaa102f99b
| +++ pidgin/gtkimhtml.c 6e96b563ca112f5dd1b6786374ee528ab89889e4
| @@ -477,8 +477,8 @@ gtk_imhtml_tip (gpointer data)
| pango_font_metrics_get_descent(font_metrics));
|
| gtk_widget_set_size_request (imhtml->tip_window, w, h);
| + gtk_window_move (GTK_WINDOW(imhtml->tip_window), x, y);
| gtk_widget_show (imhtml->tip_window);
| - gtk_window_move (GTK_WINDOW(imhtml->tip_window), x, y);
|
| pango_font_metrics_unref(font_metrics);
| g_object_unref(layout);
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 4da7e24811f4289fa9c15c233fa350da6d9c45c6
More information about the Commits
mailing list