[Xfce4-commits] [apps/xfdashboard] branch master updated (9674b21 -> 748e6d2)

noreply at xfce.org noreply at xfce.org
Thu Mar 10 22:08:47 CET 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a change to branch master
in repository apps/xfdashboard.

      from  9674b21   Fix typo
       new  748e6d2   Rewrote application class and main() function to make use of main loop in g_application_run() which is needed since Glib 2.47.4+ because it will deregister application from D-BUS as soon as this function exits. So the old implementation does not "see" any running instance (regardless if running as daemon or not) anymore and cannot neither quit nor restart the running instance. So several instances can run simultaneously, e.g. two daemon instances, instead of toggling [...]

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libxfdashboard/application.c | 293 ++++++++++++++++++++++++++++++++-----------
 xfdashboard/main.c           | 110 ++++++----------
 2 files changed, 257 insertions(+), 146 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list