[gnote] Do not create window on close in background mode
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Do not create window on close in background mode
- Date: Mon, 16 Dec 2013 21:00:22 +0000 (UTC)
commit 87b66cb3aa875e4e1e5210527e152dc54f9b345b
Author: Aurimas Černius <aurisc4 gmail com>
Date: Mon Dec 16 22:58:15 2013 +0200
Do not create window on close in background mode
src/gnote.cpp | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/gnote.cpp b/src/gnote.cpp
index 10bcd29..8a4a187 100644
--- a/src/gnote.cpp
+++ b/src/gnote.cpp
@@ -423,10 +423,6 @@ namespace gnote {
void Gnote::on_main_window_closed(Gtk::Window *win)
{
delete win;
- // if background mode, we need to have a window, to prevent quit
- if(m_is_background && !Gtk::Window::list_toplevels().size()) {
- new_main_window();
- }
}
MainWindow & Gnote::get_window_for_note()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]