From d0f28a413a3523e4469f296da8921580387072fe97924f98940cc2710422017e Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Fri, 4 Mar 2016 16:10:27 +0000 Subject: [PATCH] Accepting request 366060 from home:MargueriteSu:branches:M17N OBS-URL: https://build.opensuse.org/request/show/366060 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=137 --- boo954623.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boo954623.patch b/boo954623.patch index 61c5c78..2901126 100644 --- a/boo954623.patch +++ b/boo954623.patch @@ -11,12 +11,12 @@ Index: fcitx-4.2.9.1/src/module/notificationitem/notificationitem.c return false; + + if (notificationitem->callback == callback) { -+ return true; ++ return true; + } + + if (notificationitem->callback) { -+ return false; -+ end ++ return false; ++ } + if (notificationitem->serviceName) { FcitxLog(ERROR, "This should not happen, please report bug."); @@ -35,8 +35,8 @@ Index: fcitx-4.2.9.1/src/ui/classic/TrayWindow.c TrayWindowRelease(trayWindow); - TrayWindowInit(trayWindow); + if (!classicui->notificationItemAvailable && !classicui->isSuspend) { -+ TrayWindowInit(trayWindow); -+ } ++ TrayWindowInit(trayWindow); ++ } return true; } break;