/pidgin/main: fff0550b435b: Fix drawing of a popdown'd statusbox.

Elliott Sales de Andrade qulogic at pidgin.im
Tue Jul 24 04:03:51 EDT 2012


Changeset: fff0550b435b98ecac731483c3e2570fe0448224
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2012-07-18 18:19 -0400
Branch:	 cpw.qulogic.gtk3-required
URL: http://hg.pidgin.im/pidgin/main/rev/fff0550b435b

Description:

Fix drawing of a popdown'd statusbox.

I'm not sure what this drawing call was supposed to do, but now it
just causes an extra copy of the entry text to appear behind the
toggle button.

diffstat:

 pidgin/gtkstatusbox.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff --git a/pidgin/gtkstatusbox.c b/pidgin/gtkstatusbox.c
--- a/pidgin/gtkstatusbox.c
+++ b/pidgin/gtkstatusbox.c
@@ -2047,7 +2047,6 @@
 pidgin_status_box_draw(GtkWidget *widget, cairo_t *cr)
 {
 	PidginStatusBox *status_box = PIDGIN_STATUS_BOX(widget);
-	gtk_widget_draw(status_box->vbox, cr);
 	gtk_widget_draw(status_box->toggle_button, cr);
 
 	if (status_box->icon_box && status_box->icon_opaque) {



More information about the Commits mailing list