icecat: add release icecat-140.7.0-1gnu1 for ecne
This commit is contained in:
parent
7d0f5dab3b
commit
30225f2e73
156 changed files with 9131 additions and 4525 deletions
|
|
@ -115,7 +115,11 @@ nsAlertsIconListener::nsAlertsIconListener(
|
|||
mBackend(aBackend),
|
||||
mAlertNotification(aAlertNotification) {
|
||||
if (!libNotifyHandle && !libNotifyNotAvail) {
|
||||
#ifdef __OpenBSD__
|
||||
libNotifyHandle = dlopen("libnotify.so", RTLD_LAZY);
|
||||
#else
|
||||
libNotifyHandle = dlopen("libnotify.so.4", RTLD_LAZY);
|
||||
#endif
|
||||
if (!libNotifyHandle) {
|
||||
libNotifyHandle = dlopen("libnotify.so.1", RTLD_LAZY);
|
||||
if (!libNotifyHandle) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue