changeset 12606:51b0ce9d45d9

[gaim-migrate @ 14942] SF Patch #1387617 from Sadrul "When you have no status-message, toggling `Show Buddy Details' bring out some extra spaces below the status-selector. This patch is a fix for that." In case anyone forgot, Sadrul is totally awesome. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 21 Dec 2005 23:26:22 +0000
parents cd1d0131e07f
children 78048f8af66f
files src/gtkstatusbox.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkstatusbox.c	Wed Dec 21 21:59:18 2005 +0000
+++ b/src/gtkstatusbox.c	Wed Dec 21 23:26:22 2005 +0000
@@ -593,6 +593,7 @@
 
 	cache_pixbufs(status_box);
 	gtk_gaim_status_box_regenerate(status_box);
+	update_size(status_box);
 }
 
 #if 0