--- trunk/src/cache.c 2009/10/13 14:36:07 134 +++ trunk/src/cache.c 2009/10/19 13:02:41 136 @@ -619,13 +619,13 @@ /* this is a workaround, around some bug in the gtktextwidget or so ... */ /* i tried to get info on this and everybody agreed that this is a bug */ - /* in gtk but noone had a read fix. so i came up with this. */ + /* in gtk but noone had a fix ready. so i came up with this. */ /* seems to work ... */ if(strcasecmp(name, _("Logs")) == 0) { gtk_widget_queue_resize(w); - } - - if(strcasecmp(name, _("Goto")) == 0) { + } else if(strcasecmp(name, _("TBs")) == 0) { + gtk_widget_queue_resize(w); + } else if(strcasecmp(name, _("Goto")) == 0) { #ifdef USE_MAEMO context->handler_id = gtk_timeout_add(1000, screensaver_update, context->appdata);