FreeBSD Bugzilla – Attachment 234057 Details for
Bug 264070
deskutils/xpad: Systray icon no longer appears
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to place into deskutils/xpad/files #2 of 2
patch-src-xpad-tray.c (text/plain), 820 bytes, created by
Tomoaki AOKI
on 2022-05-20 12:14:26 UTC
(
hide
)
Description:
Patch to place into deskutils/xpad/files #2 of 2
Filename:
MIME Type:
Creator:
Tomoaki AOKI
Created:
2022-05-20 12:14:26 UTC
Size:
820 bytes
patch
obsolete
>--- src/xpad-tray.c.orig >+++ src/xpad-tray.c >@@ -28,7 +28,8 @@ > #include "xpad-settings.h" > > #ifdef HAVE_APP_INDICATOR >-#include <libayatana-appindicator/app-indicator.h> >+#include <libappindicator/app-indicator.h> >+#endif > > #include "xpad-tray.h" > #include "xpad-app.h" >@@ -46,11 +47,11 @@ > NEW_PAD > }; > >+static AppIndicator *app_indicator = NULL; >+ > #define ICON_NAME "xpad" > #define TRAY_ICON "xpad-panel" > >-static AppIndicator *app_indicator = NULL; >- > static void menu_spawn (XpadSettings *settings) > { > GtkWidget *pad = xpad_pad_new (xpad_app_get_pad_group (), settings); >@@ -205,18 +206,3 @@ > else > return FALSE; > } >- >-#else >- >-void xpad_tray_init (XpadSettings *settings) { >-} >- >-void xpad_tray_dispose (XpadSettings *settings) { >-} >- >-gboolean xpad_tray_has_indicator () >-{ >- return FALSE; >-} >- >-#endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jgh
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 264070
:
234055
|
234056
| 234057
Working