[gnote] Do not pass argument 4 to Gtk::Dialog
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Do not pass argument 4 to Gtk::Dialog
- Date: Fri, 15 Apr 2011 20:47:22 +0000 (UTC)
commit 6e62760a99754dd68677d89d54622304cc14f36d
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date: Fri Apr 15 23:38:05 2011 +0300
Do not pass argument 4 to Gtk::Dialog
Passed value is equal to default one.
There is no such argument in GTK 3.
src/noterenamedialog.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/noterenamedialog.cpp b/src/noterenamedialog.cpp
index 89e38d6..ec313a4 100644
--- a/src/noterenamedialog.cpp
+++ b/src/noterenamedialog.cpp
@@ -1,6 +1,7 @@
/*
* gnote
*
+ * Copyright (C) 2011 Aurimas Cernius
* Copyright (C) 2010 Debarshi Ray
*
* This program is free software: you can redistribute it and/or modify
@@ -150,7 +151,6 @@ NoteRenameDialog::NoteRenameDialog(const Note::List & notes,
const Note::Ptr & renamed_note)
: Gtk::Dialog(_("Rename Note Links?"),
*renamed_note->get_window(),
- false,
false)
, m_notes_model(Gtk::ListStore::create(ModelColumnRecord()))
, m_dont_rename_button(_("_Don't Rename Links"), true)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]