# HG changeset patch # User Sadrul Habib Chowdhury # Date 1156550363 0 # Node ID 1a500db56415c78dff6e811ba02d276b944124c0 # Parent f3ef96e8428f9444a6077c8d36b05a6052d950ec [gaim-migrate @ 17033] Show titles in windows if it has borders. committer: Tailor Script diff -r f3ef96e8428f -r 1a500db56415 console/libgnt/gntbox.c --- a/console/libgnt/gntbox.c Fri Aug 25 19:04:29 2006 +0000 +++ b/console/libgnt/gntbox.c Fri Aug 25 23:59:23 2006 +0000 @@ -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;