fix issue with notification icons not disappearing on fluxbox
commit8650a95f8e54e69f991acac701e648e45852d111
authorfinbar.crago <finbar.crago@gmail.com>
Mon, 6 Jul 2015 20:48:59 +0000 (6 13:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 6 Jul 2015 20:49:44 +0000 (6 20:49 +0000)
tree36e300222ed4a2226d1d9be83a9b5b44e85a849b
parente141bc81ed6fbec654a06737192923f1615e44bf
fix issue with notification icons not disappearing on fluxbox

calling gtk_status_icon_set_visible(, FALSE) before g_object_unref
resolves the issue if the space where the notification icon previously
were remaining after the notifications being dismissed.

BUG=504945

Review URL: https://codereview.chromium.org/1218563002

Cr-Commit-Position: refs/heads/master@{#337466}
AUTHORS
chrome/browser/ui/libgtk2ui/gtk2_status_icon.cc