[gnome-terminal] window: Fix parent class in template definition
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] window: Fix parent class in template definition
- Date: Tue, 6 May 2014 11:58:58 +0000 (UTC)
commit ec122c77bb2b3fcdeb7a7692cf1e50d6b93ededa
Author: Debarshi Ray <debarshir gnome org>
Date: Tue May 6 11:30:28 2014 +0200
window: Fix parent class in template definition
https://bugzilla.gnome.org/show_bug.cgi?id=729597
src/terminal-window.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-window.ui b/src/terminal-window.ui
index 041f9a7..b0f63fd 100644
--- a/src/terminal-window.ui
+++ b/src/terminal-window.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.10 -->
- <template class="TerminalWindow" parent="GtkWindow">
+ <template class="TerminalWindow" parent="GtkApplicationWindow">
<property name="can_focus">False</property>
<child>
<object class="GtkBox" id="main_vbox">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]