summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-06-14 07:06:45 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-06-14 07:06:45 +0000
commit402fb483953159efb0659ec392378491fc164abf (patch)
tree81b8307a58f539a1241b5c3ff9d3dca0b80b9f7c
parentfdc965db65e42ff7f6cfb80ae12263006b8cea76 (diff)
downloadmgaonline-402fb483953159efb0659ec392378491fc164abf.tar
mgaonline-402fb483953159efb0659ec392378491fc164abf.tar.gz
mgaonline-402fb483953159efb0659ec392378491fc164abf.tar.bz2
mgaonline-402fb483953159efb0659ec392378491fc164abf.tar.xz
mgaonline-402fb483953159efb0659ec392378491fc164abf.zip
Adapt to new libnotify API
Fix date in NEWS file
-rw-r--r--NEWS15
-rwxr-xr-xmgaapplet4
2 files changed, 11 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 76ceb4b9..7c94b249 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,25 @@
-Version 2.77.29 - 28 May 2010, Thomas Backlund
+Version 2.77.30 - 14 June 2011, Thomas Backlund
+- Adapt to new libnotify API
+
+Version 2.77.29 - 28 May 2011, Thomas Backlund
- move gurpmi upgrade log to .MgaOnline/ too so /root stays clean
-Version 2.77.28 - 28 May 2010, Thomas Backlund
+Version 2.77.28 - 28 May 2011, Thomas Backlund
- disable suggesting powerpack upgrade (mga #1153)
- dont pollute homedir with urpmi.cfg backup files (move to .MgaOnline/)
-Version 2.77.27 - 27 May 2010, Thierry Vignaud
+Version 2.77.27 - 27 May 2011, Thierry Vignaud
- disable features not supported on Mageia but that do exist on mdv:
Enterprise Media, Extended Maintenance, Restricted media (mga#1153)
-Version 2.77.26 - 21 May 2010, Thierry Vignaud
+Version 2.77.26 - 21 May 2011, Thierry Vignaud
- handle both MageiaUpdate & MandrivaUpdate
-Version 2.77.25 - 19 May 2010, Thierry Vignaud
+Version 2.77.25 - 19 May 2011, Thierry Vignaud
- use https protocol instead of http in order to retrieve distro list
@@ -28,7 +31,7 @@ Version 2.77.23 - 14 May 2011, Anne Nicolas
- fix typo in MageiaUpdate name
-Version 2.77.22 - 13 Mae 2010, Thierry Vignaud
+Version 2.77.22 - 13 Mae 2011, Thierry Vignaud
- rename as mgaonline
- use MGA API
diff --git a/mgaapplet b/mgaapplet
index 3b504e27..8998a7f7 100755
--- a/mgaapplet
+++ b/mgaapplet
@@ -931,8 +931,8 @@ sub setState {
gtkflush(); # so that bubbles are displayed on right icon
if ($state{$state}{tt}[0] && $icon->isa('Gtk2::StatusIcon') && !$state{$state}{do_not_use_bubble}) {
- my $bubble = Gtk2::Notify->new_with_status_icon(N("Warning"), formatAlaTeX(translate($state{$state}{tt}[0])) . "\n",
- '/usr/share/icons/mgaonline.png', $icon);
+ my $bubble = Gtk2::Notify->new(N("Warning"), formatAlaTeX(translate($state{$state}{tt}[0])) . "\n",
+ '/usr/share/icons/mgaonline.png');
if ($state eq 'new_distribution') {
$bubble->add_action('clicked', N("More Information"), \&upgrade);
if ($sub_state eq 'updates') {