summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-22 18:40:30 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-01-22 19:27:21 +0100
commit87813dd7cfa302347b06cd9b0675d18577a2be11 (patch)
tree1ccde59cc52a4d8c42a402f49b836864db02200e /NEWS
parent4e396b0d14b639eca27a94196cbd9a4e9595016c (diff)
downloadmgaonline-87813dd7cfa302347b06cd9b0675d18577a2be11.tar
mgaonline-87813dd7cfa302347b06cd9b0675d18577a2be11.tar.gz
mgaonline-87813dd7cfa302347b06cd9b0675d18577a2be11.tar.bz2
mgaonline-87813dd7cfa302347b06cd9b0675d18577a2be11.tar.xz
mgaonline-87813dd7cfa302347b06cd9b0675d18577a2be11.zip
better fix for mga#12280 while fixing exit reported by Colin
previous fixes for mga#12280 resulted in Colin reporting mgaapplet exiting (not segfaulting): "When updates a bubble pops up: - If you click on the background of this bubble, mgaaplet exits - If you click on the "Install Updates" button, it pops up the password dialog. Without touching anything, about 1s later the dialog seems to be replaced with another that says "Sorry, that didn't work, please try again". When this dialog appears, mgaapplet exits." So let's clean the pile of fixes and: - have only _one_ gtk+ main loop - creating _one_ hidden notification before entering the main loop - never destroy it, but use >close + >clear_actions() then ->update() prior calling >show() when one need to show a notification again
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 027a5c5c..aa541063 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- better fix for mga#12280 while fixing mgaapplet exiting reported by
+ Colin
- workaround gnome-shell not exiting message tray mode when clicking on actions
(bgo#706783)