From 91a51d512ee7958328c3c4f893561d5a890499e3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 3 Aug 2007 12:58:17 +0000 Subject: use title2 for descriptions --- lib/network/netcenter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index 3a16d90..a6d7497 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -105,7 +105,7 @@ sub main() { gtknew('HBox', children_tight => [ gtknew('Image', file => $_->get_type_icon), gtknew('VBox', children_tight => [ - $_->get_description, + gtknew('Title2', label => $_->get_description), gtknew('HBox', children_tight => [ gtknew('Label', padding => [ 20, 0 ]), gtknew('VBox', children_tight => [ -- cgit v1.2.1