forked from pool/fcitx
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
This commit is contained in:
parent
aebcd8a6f1
commit
d0f28a413a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user