telegnome r23 - in trunk: . src
- From: cjwatson svn gnome org
- To: svn-commits-list gnome org
- Subject: telegnome r23 - in trunk: . src
- Date: Sun, 24 Feb 2008 13:55:18 +0000 (GMT)
Author: cjwatson
Date: Sun Feb 24 13:55:17 2008
New Revision: 23
URL: http://svn.gnome.org/viewvc/telegnome?rev=23&view=rev
Log:
* src/pixpack.c (pixpack_load_image): Call gtk_widget_queue_draw even
if !private->autosize.
Modified:
trunk/ChangeLog
trunk/src/pixpack.c
Modified: trunk/src/pixpack.c
==============================================================================
--- trunk/src/pixpack.c (original)
+++ trunk/src/pixpack.c Sun Feb 24 13:55:17 2008
@@ -280,8 +280,7 @@
gtk_widget_set_usize(GTK_WIDGET(pixpack),
gdk_pixbuf_get_width(private->pixbuf),
gdk_pixbuf_get_height(private->pixbuf));
- else
- gtk_widget_queue_draw(GTK_WIDGET(pixpack));
+ gtk_widget_queue_draw(GTK_WIDGET(pixpack));
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]