~linuxmint-daily-build-team/linuxmint/+git/xapps:2.4-maintenance

Last commit made on 2023-03-28
Get this branch:
git clone -b 2.4-maintenance https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/xapps

Branch merges

Branch information

Name:
2.4-maintenance
Repository:
lp:~linuxmint-daily-build-team/linuxmint/+git/xapps

Recent commits

c0658ed... by Clement Lefebvre <email address hidden>

2.4.3

89d8f4e... by Michael Webster

xapp-status-icon.c: Don't destroy the dummy event window too early.

The window was getting destroyed before gtk could finish processing
it.

Fixes #165.

47d2040... by Michael Webster

favorites: Use generic getter for content type check.

ref:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3261
https://github.com/linuxmint/cinnamon/issues/11562

b72958c... by Clement Lefebvre <email address hidden>

2.4.2

beec7f9... by Clement Lefebvre <email address hidden>

l10n: Update translations

6450abc... by Clement Lefebvre <email address hidden>

2.4.1

6688a91... by Clement Lefebvre <email address hidden>

Fix typo

e72ac73... by Clement Lefebvre <email address hidden>

2.4.0

403fa1e... by Michael Webster

sn-item.c: Don't unref the menu during cleanup.

XAppStatusIcon already takes the widget's floating ref and frees it
when done.

c486cbc... by Michael Webster

sn-item.c: Clean up temp files when finalizing.

We were attempting to delete and free the temp image files (used
only when receiving pixmaps over dbus) but we were never actually
setting item->png_path and item->last_png_path to begin with.