#15002 closed enhancement (fixed)
xfce4-panel-4.16.3
Reported by: | Douglas R. Reno | Owned by: | Tim Tassonis |
---|---|---|---|
Priority: | normal | Milestone: | 11.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (4)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
-Wcast-align
from Clangpanel_dbus_name_lost()
is called andconnection == NULL
, there is a dbus issue;panel_dbus_name_lost()
is called andconnection != NULL
, the name can't be acquired, which means that there is an already running instance ifG_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT
is not set (which is currently the case for xfce4-panel);application != NULL
if and only ifpanel_dbus_name_acquired()
is called, if and only ifpanel_dbus_name_lost()
is not called.