summaryrefslogtreecommitdiff
path: root/data/mozilla-viewer.glade
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-11-15 17:21:16 +0000
committerChristian Persch <chpe@src.gnome.org>2006-11-15 17:21:16 +0000
commit08504d7f6857b23ea596e08b8afc8944fbf31850 (patch)
tree6180a5d8f5b21458e75fbab4b91eeffd8a1748e6 /data/mozilla-viewer.glade
parent9a634aa3ae8af039131a0e816ae25419e49a23fe (diff)
A browser-plugin/org_gnome_totem_PluginViewer.xml: A
2006-11-15 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * browser-plugin/Makefile.am: * browser-plugin/README: * browser-plugin/TODO: A browser-plugin/org_gnome_totem_PluginViewer.xml: A browser-plugin/totem-plugin-viewer-commands.h: A browser-plugin/totem-plugin-viewer-options.h: A browser-plugin/totem-plugin-viewer.c: * browser-plugin/totemBasicPlugin.cpp: * browser-plugin/totemBasicPlugin.h: * browser-plugin/totemComplexPlugin.cpp: * browser-plugin/totemComplexPlugin.h: * browser-plugin/totemGMPPlugin.cpp: * browser-plugin/totemGMPPlugin.h: * browser-plugin/totemMullYPlugin.cpp: * browser-plugin/totemMullYPlugin.h: * browser-plugin/totemNarrowSpacePlugin.cpp: * browser-plugin/totemNarrowSpacePlugin.h: * browser-plugin/totemPlugin.cpp: * browser-plugin/totemPlugin.h: * browser-plugin/totemPluginGlue.cpp: * configure.in: * data/mozilla-viewer.glade: * po/POTFILES.in: * src/Makefile.am: * src/backend/bvw-test.c: (on_redirect), (main): * src/plparse/totem-pl-parser.c: (totem_pl_parser_can_parse_from_data): R src/totem-mozilla-interface.xml: R src/totem-mozilla-options.h: R src/totem-mozilla-viewer.c: Make plugin / viewer interaction completely async. Bug #350297. Move plugin viewer from src/ to browser-plugin/.
Diffstat (limited to 'data/mozilla-viewer.glade')
-rw-r--r--data/mozilla-viewer.glade11
1 files changed, 5 insertions, 6 deletions
diff --git a/data/mozilla-viewer.glade b/data/mozilla-viewer.glade
index 59ecaa4e..3034148e 100644
--- a/data/mozilla-viewer.glade
+++ b/data/mozilla-viewer.glade
@@ -4,8 +4,7 @@
<glade-interface>
<widget class="GtkWindow" id="window">
- <property name="visible">True</property>
- <property name="title" translatable="yes">window1</property>
+ <property name="title"></property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@@ -20,13 +19,13 @@
<property name="urgency_hint">False</property>
<child>
- <widget class="GtkVBox" id="vbox1">
+ <widget class="GtkVBox" id="content_box">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
- <widget class="GtkHBox" id="hbox4">
+ <widget class="GtkHBox" id="video_box">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
@@ -53,7 +52,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
- <property name="focus_on_click">True</property>
+ <property name="focus_on_click">False</property>
<child>
<widget class="GtkAlignment" id="alignment1">
@@ -146,7 +145,7 @@
</child>
<child>
- <widget class="Custom" id="emb_statusbar">
+ <widget class="Custom" id="statusbar">
<property name="visible">True</property>
<property name="creation_function">totem_statusbar_create</property>
<property name="int1">0</property>