Skip to content

Commit

Permalink
Update watch and changelog; fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
handsome-feng committed Apr 6, 2020
1 parent 20b1347 commit 21b4b90
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
ukui-panel (2.0.5-1) unstable; urgency=medium

* New upstream bugfix release.
- Fix that disk popup window don't disappear.
- Fix calendar i18n issue.
- Fix the sorting issue of applets.
- Fix that sometimes applets disappear.
- Fix the wrong time of calendar.
- Fix the error when select holiday.
- Fix that panel doesn't follow the primary screen.
- Fix the wrong position of preview windows.
- Fix the error when adding application to quick launch area.
- Fix the wrong gsettings key.

-- handsome_feng <[email protected]> Mon, 06 Apr 2020 19:53:00 +0800

ukui-panel (2.0.4-1) unstable; urgency=medium

* New upstream bugfix-only release.
Expand Down
3 changes: 1 addition & 2 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
version=4
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/ukui-panel-$1\.tar\.gz/ \
https://github.com/ukui/ukui-panel/releases .*/v?(\d\S+)\.tar\.gz
https://github.com/ukui/ukui-panel/releases .*/ukui-panel_(\d\S+)\.orig\.tar\.gz
2 changes: 1 addition & 1 deletion plugin-tray/ukuitray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ void UKUITray::onIconDestroyed(QObject * icon)
{
//in the time QOjbect::destroyed is emitted, the child destructor
//is already finished, so the qobject_cast to child will return nullptr in all cases
qDebug()<<"tray icon destory";
qDebug()<<"tray icon destroy";
mIcons.removeAll(static_cast<TrayIcon *>(icon));
mStorageIcons.removeAll(static_cast<TrayIcon *>(icon));
}
Expand Down

0 comments on commit 21b4b90

Please sign in to comment.