[dconf-editor] Keep comments near associated texts.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Keep comments near associated texts.
- Date: Mon, 14 Jan 2019 10:50:04 +0000 (UTC)
commit 2a4c5847f5457f2d1cbf25af714664e786154f3c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sun Jan 13 05:28:42 2019 +0100
Keep comments near associated texts.
editor/dconf-headerbar.vala | 4 ++--
editor/dconf-window.vala | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/editor/dconf-headerbar.vala b/editor/dconf-headerbar.vala
index 8ebe0f3..e0c84e8 100644
--- a/editor/dconf-headerbar.vala
+++ b/editor/dconf-headerbar.vala
@@ -47,8 +47,8 @@ private class DConfHeaderBar : BookmarksHeaderBar, AdaptativeWidget
internal static DConfHeaderBar (NightLightMonitor _night_light_monitor)
{
/* Translators: usual menu entry of the hamburger menu */
- Object (night_light_monitor: _night_light_monitor,
- about_action_label: _("About Dconf Editor"),
+ Object (about_action_label: _("About Dconf Editor"),
+ night_light_monitor: _night_light_monitor,
has_keyboard_shortcuts: true);
}
diff --git a/editor/dconf-window.vala b/editor/dconf-window.vala
index 18ea268..027e4f7 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -800,7 +800,6 @@ private class DConfWindow : BookmarksWindow, AdaptativeWidget
namespace AboutDialogInfos
{
// strings
-
internal const string program_name = ConfigurationEditor.PROGRAM_NAME;
internal const string version = Config.VERSION;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]