2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Using GTK file dialog when it is available.

Should work both with GTK 2 and GTK 3.
This commit is contained in:
John Preston
2016-07-06 21:30:14 +03:00
parent 781d00cc87
commit f8d95bba71
13 changed files with 1534 additions and 448 deletions

View File

@@ -505,9 +505,7 @@ void MainWindow::clearWidgets() {
intro = 0;
}
if (_mediaView) {
if (!_mediaView->isHidden()) {
_mediaView->hide();
}
hideMediaview();
_mediaView->rpcClear();
}
title->updateBackButton();