totem r5461 - in trunk: . browser-plugin
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5461 - in trunk: . browser-plugin
- Date: Tue, 10 Jun 2008 14:44:37 +0000 (UTC)
Author: hadess
Date: Tue Jun 10 14:44:37 2008
New Revision: 5461
URL: http://svn.gnome.org/viewvc/totem?rev=5461&view=rev
Log:
2008-06-10 Bastien Nocera <hadess hadess net>
* browser-plugin/totem-plugin-viewer.c
(on_video_button_press_event): Patch from Baptiste Mille-Mathias
<bmm80 free fr> to add double-click -> fullscreen support
(Closes: #502073)
Modified:
trunk/ChangeLog
trunk/browser-plugin/totem-plugin-viewer.c
Modified: trunk/browser-plugin/totem-plugin-viewer.c
==============================================================================
--- trunk/browser-plugin/totem-plugin-viewer.c (original)
+++ trunk/browser-plugin/totem-plugin-viewer.c Tue Jun 10 14:44:37 2008
@@ -1457,6 +1457,8 @@
gtk_menu_popup (menu, NULL, NULL, NULL, NULL,
event->button, event->time);
+ } else if (event->type == GDK_2BUTTON_PRESS && event->button == 1 && state == 0) {
+ totem_embedded_toggle_fullscreen (emb);
}
return FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]