From d0ebf75826c5d5f180352e4ff4ca552bd3ac0abf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 21 Feb 2010 03:43:22 +0000 Subject: fixed size printing info to l_status diff --git a/rhimport b/rhimport index 930051a..f25a430 100755 --- a/rhimport +++ b/rhimport @@ -122,6 +122,7 @@ if(!$M3U && !$DROPBOX) { my $appwin = $guixml->get_widget('appwin'); $appwin or die "can't find Main Window"; + $appwin->resize(800,600); $appwin->show; Gtk2->main; @@ -146,6 +147,9 @@ sub start_import_gui() my $concat = 1; $concat = 0 unless $cb_concat->get_active; + my $l_status = $guixml->get_widget('l_status'); + $l_status->set_label("importing from $m3u"); + rhimport::start_import($m3u, $dropbox, $concat); return 0; diff --git a/rhimport.glade b/rhimport.glade index 9699d2c..974d286 100644 --- a/rhimport.glade +++ b/rhimport.glade @@ -3,7 +3,7 @@ - 640 + 320 480 5 rhimport -- cgit v0.10.2