From: <sa...@us...> - 2006-08-25 23:59:26
|
Revision: 17033 Author: sadrul Date: 2006-08-25 16:59:23 -0700 (Fri, 25 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=17033&view=rev Log Message: ----------- Show titles in windows if it has borders. Modified Paths: -------------- trunk/console/libgnt/gntbox.c Modified: trunk/console/libgnt/gntbox.c =================================================================== --- trunk/console/libgnt/gntbox.c 2006-08-25 19:04:29 UTC (rev 17032) +++ trunk/console/libgnt/gntbox.c 2006-08-25 23:59:23 UTC (rev 17033) @@ -36,7 +36,7 @@ gnt_box_sync_children(box); - if (box->title) + if (box->title && !GNT_WIDGET_IS_FLAG_SET(widget, GNT_WIDGET_NO_BORDER)) { gchar *title = g_strdup(box->title); int pos = g_utf8_strlen(title, -1), right; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |