diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-03-17 16:31:37 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-03-17 16:31:37 +0000 |
commit | 54632b4bd5c5b688e78e46ab90c85ef563a830f7 (patch) | |
tree | 90396b6665cf70cf0b2fe7b3ce87c88ba61eea9b | |
parent | 750e175f7bc3722c1411e2c9065bec6f1598cb20 (diff) | |
download | mgaonline-54632b4bd5c5b688e78e46ab90c85ef563a830f7.tar mgaonline-54632b4bd5c5b688e78e46ab90c85ef563a830f7.tar.gz mgaonline-54632b4bd5c5b688e78e46ab90c85ef563a830f7.tar.bz2 mgaonline-54632b4bd5c5b688e78e46ab90c85ef563a830f7.tar.xz mgaonline-54632b4bd5c5b688e78e46ab90c85ef563a830f7.zip |
- no space
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ my %actions = ( ); gtkadd(my $icon = Gtk2::TrayIcon->new("MdkApplet"), - gtkpack_( Gtk2::VBox->new(0, 3), + gtkpack_( Gtk2::VBox->new(0, 0), 0, gtkadd($eventbox = Gtk2::EventBox->new, gtkpack($img = Gtk2::Image->new) ) |