From a8598536784eab07a4ecd168555fff7981f2e750 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 16:06:29 +0000 Subject: adapt to Gtk2::StatusIcon --- bin/net_applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/net_applet') diff --git a/bin/net_applet b/bin/net_applet index 6f5199f..db4e593 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -340,7 +340,7 @@ sub update_tray_icon() { if (!$ifw_alert || $icon->get_storage_type ne 'pixbuf') { $icon->set_from_pixbuf(get_state_pixbuf()); } else { - $icon->set_from_stock('gtk-dialog-warning', 'small-toolbar'); + $icon->set_from_stock('gtk-dialog-warning'); } } -- cgit v1.2.1