[gnote/gnome-3-22] Fix no icon for Gnote windows in some WMs
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote/gnome-3-22] Fix no icon for Gnote windows in some WMs
- Date: Sun, 19 Mar 2017 16:04:25 +0000 (UTC)
commit 37ff897a1008b8e55651027e4f4cee7273bd4386
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Mar 12 20:31:35 2017 +0200
Fix no icon for Gnote windows in some WMs
Fixes Bug 762001
src/recentchanges.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/recentchanges.cpp b/src/recentchanges.cpp
index 1515cce..d4ae2fc 100644
--- a/src/recentchanges.cpp
+++ b/src/recentchanges.cpp
@@ -33,6 +33,7 @@
#include "debug.hpp"
#include "iactionmanager.hpp"
+#include "iconmanager.hpp"
#include "ignote.hpp"
#include "note.hpp"
#include "notemanager.hpp"
@@ -64,6 +65,7 @@ namespace gnote {
settings->signal_changed().connect(sigc::mem_fun(*this, &NoteRecentChanges::on_settings_changed));
set_has_resize_grip(true);
+ set_icon_name(IconManager::GNOTE);
m_search_notes_widget.signal_open_note
.connect(sigc::mem_fun(*this, &NoteRecentChanges::on_open_note));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]