[gnote] Update bugzilla preferences
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Update bugzilla preferences
- Date: Sun, 27 Oct 2019 15:45:59 +0000 (UTC)
commit 8d41ca4e6dfdc0327f4f8155537911f8ee38fe8c
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Oct 27 17:15:45 2019 +0200
Update bugzilla preferences
src/addins/bugzilla/bugzillapreferences.cpp | 2 +-
src/addins/bugzilla/bugzillapreferences.hpp | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/src/addins/bugzilla/bugzillapreferences.cpp b/src/addins/bugzilla/bugzillapreferences.cpp
index d23c1633..98cd46d4 100644
--- a/src/addins/bugzilla/bugzillapreferences.cpp
+++ b/src/addins/bugzilla/bugzillapreferences.cpp
@@ -54,7 +54,7 @@ namespace bugzilla {
}
}
- BugzillaPreferences::BugzillaPreferences(gnote::NoteManager &)
+ BugzillaPreferences::BugzillaPreferences(gnote::IGnote &, gnote::Preferences &, gnote::NoteManager &)
{
_init_static();
last_opened_dir = Glib::get_home_dir();
diff --git a/src/addins/bugzilla/bugzillapreferences.hpp b/src/addins/bugzilla/bugzillapreferences.hpp
index c18f570a..23d6f710 100644
--- a/src/addins/bugzilla/bugzillapreferences.hpp
+++ b/src/addins/bugzilla/bugzillapreferences.hpp
@@ -36,6 +36,11 @@ namespace sharp {
}
+namespace gnote {
+ class Preferences;
+}
+
+
namespace bugzilla {
@@ -43,7 +48,7 @@ class BugzillaPreferences
: public Gtk::Grid
{
public:
- BugzillaPreferences(gnote::NoteManager &);
+ BugzillaPreferences(gnote::IGnote &, gnote::Preferences &, gnote::NoteManager &);
protected:
virtual void on_realize() override;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]