[gnome-sound-recorder] info.js: Adda title to the headerbar
- From: Meg Ford (Margaret) <megford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] info.js: Adda title to the headerbar
- Date: Mon, 14 Apr 2014 03:10:59 +0000 (UTC)
commit 54c9bb62eead546dab91a50614f61abc93f8533f
Author: Meg Ford <megford gnome org>
Date: Sun Apr 13 22:09:49 2014 -0500
info.js: Adda title to the headerbar
src/info.js | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/src/info.js b/src/info.js
index a88f04a..b80a3ca 100644
--- a/src/info.js
+++ b/src/info.js
@@ -27,8 +27,6 @@ const C_ = imports.gettext.pgettext;
const MainWindow = imports.mainWindow;
-const _FILE_NAME_ENTRY_TIMEOUT = 600;
-
const InfoDialog = new Lang.Class({
Name: 'InfoDialog',
@@ -37,14 +35,14 @@ const InfoDialog = new Lang.Class({
this._file = Gio.File.new_for_uri(fileNav.uri);
- this.widget = new Gtk.Dialog ({ title: _("Info"),
- resizable: false,
+ this.widget = new Gtk.Dialog ({ resizable: false,
modal: true,
destroy_with_parent: true,
default_width: 400,
hexpand: true });
this.widget.set_transient_for(Gio.Application.get_default().get_active_window());
- let header = new Gtk.HeaderBar({ hexpand: true });
+ let header = new Gtk.HeaderBar({ hexpand: true,
+ title: _("Info") });
header.set_show_close_button(false);
this.widget.set_titlebar(header);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]