summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-03-28 12:22:39 +0200
committerBastien Nocera <hadess@hadess.net>2012-03-28 17:14:07 +0200
commitb443b96be9d9308c13f6999a3404b6c6331cdc0a (patch)
tree7291a3a29acc7c09c2a56d2677ef46cf57257597 /data
parenta652150581f3474d85a114992cd3e71478d70ca6 (diff)
downloadtotem-b443b96be9d9308c13f6999a3404b6c6331cdc0a.tar.gz
player: Use GdFullscreenFilter to simplify popups
This fixes the case where we couldn't get the popups to show up in fullscreen in some cases.
Diffstat (limited to 'data')
-rw-r--r--data/fullscreen.ui4
1 files changed, 0 insertions, 4 deletions
diff --git a/data/fullscreen.ui b/data/fullscreen.ui
index 8f26f6524..f0cc49857 100644
--- a/data/fullscreen.ui
+++ b/data/fullscreen.ui
@@ -17,7 +17,6 @@
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
- <signal name="motion-notify-event" handler="totem_fullscreen_motion_notify"/>
<signal name="enter-notify-event" handler="totem_fullscreen_control_enter_notify"/>
<signal name="leave-notify-event" handler="totem_fullscreen_control_leave_notify"/>
@@ -27,7 +26,6 @@
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
- <signal name="motion-notify-event" handler="totem_fullscreen_motion_notify"/>
<child>
<object class="GtkAlignment" id="tefw_alignment">
@@ -110,7 +108,6 @@
<property name="gravity">GDK_GRAVITY_SOUTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
- <signal name="motion-notify-event" handler="totem_fullscreen_motion_notify"/>
<signal name="enter-notify-event" handler="totem_fullscreen_control_enter_notify"/>
<signal name="leave-notify-event" handler="totem_fullscreen_control_leave_notify"/>
@@ -184,7 +181,6 @@
<property name="adjustment">tcw_seek_adjustment</property>
<signal name="button-press-event" handler="totem_fullscreen_seek_slider_pressed_cb"/>
<signal name="button-release-event" handler="totem_fullscreen_seek_slider_released_cb"/>
- <signal name="motion-notify-event" handler="totem_fullscreen_motion_notify"/>
</object>
<packing>
<property name="padding">0</property>