summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-06-16 21:03:30 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-06-16 21:03:30 +0000
commit9e2942ae20ec833d1fafff023b527776d21f2e99 (patch)
treef9bb3cab016b4feb09a9f4fca8487b1603878268 /data
parent4111d98f6eff42dd62c8e03040ed0162d78b95b1 (diff)
downloadtotem-9e2942ae20ec833d1fafff023b527776d21f2e99.tar.gz
Add a "glow button" that will glow like the tasklist with urgency hint
2007-06-16 Bastien Nocera <hadess@hadess.net> * browser-plugin/Makefile.am: * browser-plugin/totem-glow-button.[ch]: Add a "glow button" that will glow like the tasklist with urgency hint * browser-plugin/totem-plugin-viewer.c: (totem_embedded_set_state), (totem_embedded_set_pp_state), (on_play_pause), (totem_embedded_construct), (totem_pp_create): * data/mozilla-viewer.glade: Make the play button glow when autostart is off so that users know that they need to click play to see something (Closes: #447363) svn path=/trunk/; revision=4378
Diffstat (limited to 'data')
-rw-r--r--data/mozilla-viewer.glade52
1 files changed, 5 insertions, 47 deletions
diff --git a/data/mozilla-viewer.glade b/data/mozilla-viewer.glade
index 3034148e9..da8c120a8 100644
--- a/data/mozilla-viewer.glade
+++ b/data/mozilla-viewer.glade
@@ -48,54 +48,12 @@
<property name="spacing">0</property>
<child>
- <widget class="GtkButton" id="pp_button">
+ <widget class="Custom" id="pp_button">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
- <property name="focus_on_click">False</property>
-
- <child>
- <widget class="GtkAlignment" id="alignment1">
- <property name="visible">True</property>
- <property name="xalign">0.5</property>
- <property name="yalign">0.5</property>
- <property name="xscale">0</property>
- <property name="yscale">0</property>
- <property name="top_padding">0</property>
- <property name="bottom_padding">0</property>
- <property name="left_padding">0</property>
- <property name="right_padding">0</property>
-
- <child>
- <widget class="GtkHBox" id="pp_button_box">
- <property name="visible">True</property>
- <property name="homogeneous">False</property>
- <property name="spacing">2</property>
-
- <child>
- <widget class="GtkImage" id="emb_pp_button_image">
- <property name="visible">True</property>
- <property name="stock">gtk-media-play</property>
- <property name="icon_size">1</property>
- <property name="xalign">0.5</property>
- <property name="yalign">0.5</property>
- <property name="xpad">0</property>
- <property name="ypad">0</property>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
- </child>
-
- <child>
- <placeholder/>
- </child>
- </widget>
- </child>
- </widget>
- </child>
+ <property name="creation_function">totem_pp_create</property>
+ <property name="int1">0</property>
+ <property name="int2">0</property>
+ <property name="last_modification_time">Sat, 16 Jun 2007 18:48:33 GMT</property>
</widget>
<packing>
<property name="padding">0</property>