~handsomepot/totem/trunk

« back to all changes in this revision

Viewing changes to debian/patches/revert_shell_menu.patch

  • Committer: handsomepot at gmail
  • Date: 2014-08-10 13:56:18 UTC
  • Revision ID: handsomepot@gmail.com-20140810135618-2hud1sae370qg1f9
first

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=== modified file 'data/totem.ui'
2
 
--- a/data/totem.ui
3
 
+++ b/data/totem.ui
 
2
Index: totem-3.10.1/data/totem.ui
 
3
===================================================================
 
4
--- totem-3.10.1.orig/data/totem.ui     2014-03-31 13:51:48.385068485 +0200
 
5
+++ totem-3.10.1/data/totem.ui  2014-03-31 13:51:48.373068485 +0200
4
6
@@ -4,51 +4,6 @@
5
7
 <interface>
6
8
 <requires lib="gtk+" version="3.0"/>
194
196
   <property name="title" translatable="yes">Videos</property>
195
197
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
196
198
   <property name="window_position">GTK_WIN_POS_NONE</property>
197
 
--- a/src/totem-menu.c
198
 
+++ b/src/totem-menu.c
 
199
Index: totem-3.10.1/src/totem-menu.c
 
200
===================================================================
 
201
--- totem-3.10.1.orig/src/totem-menu.c  2014-03-31 13:51:48.385068485 +0200
 
202
+++ totem-3.10.1/src/totem-menu.c       2014-03-31 13:51:48.377068485 +0200
199
203
@@ -43,10 +43,14 @@
200
204
 #define TOTEM_MAX_RECENT_ITEM_LEN 40
201
205
 
391
395
 show_controls_action_callback (GtkToggleAction *action, Totem *totem)
392
396
 {
393
397
        gboolean show;
394
 
--- a/src/totem-menu.h
395
 
+++ b/src/totem-menu.h
 
398
Index: totem-3.10.1/src/totem-menu.h
 
399
===================================================================
 
400
--- totem-3.10.1.orig/src/totem-menu.h  2014-03-31 13:51:48.385068485 +0200
 
401
+++ totem-3.10.1/src/totem-menu.h       2014-03-31 13:51:48.377068485 +0200
396
402
@@ -27,8 +27,6 @@
397
403
 
398
404
 G_BEGIN_DECLS
402
408
 void totem_ui_manager_setup (Totem *totem);
403
409
 
404
410
 void totem_sublang_update (Totem *totem);
405
 
--- a/src/totem-object.c
406
 
+++ b/src/totem-object.c
 
411
Index: totem-3.10.1/src/totem-object.c
 
412
===================================================================
 
413
--- totem-3.10.1.orig/src/totem-object.c        2014-03-31 13:51:48.385068485 +0200
 
414
+++ totem-3.10.1/src/totem-object.c     2014-03-31 13:51:48.377068485 +0200
407
415
@@ -1433,8 +1433,6 @@
408
416
 window_state_event_cb (GtkWidget *window, GdkEventWindowState *event,
409
417
                       TotemObject *totem)
566
574
 
567
575
        action_group = GTK_ACTION_GROUP (gtk_builder_get_object (totem->xml, "skip-action-group"));
568
576
 
569
 
--- a/src/totem.c
570
 
+++ b/src/totem.c
571
 
@@ -134,7 +134,6 @@
 
577
Index: totem-3.10.1/src/totem.c
 
578
===================================================================
 
579
--- totem-3.10.1.orig/src/totem.c       2014-03-31 13:51:48.385068485 +0200
 
580
+++ totem-3.10.1/src/totem.c    2014-03-31 13:51:56.969068771 +0200
 
581
@@ -109,9 +109,6 @@
 
582
        set_rtl_icon_name (totem, "skip-backwards", "media-seek-backward");
 
583
 
 
584
        totem->win = GTK_WIDGET (gtk_builder_get_object (totem->xml, "totem_main_window"));
 
585
-       g_object_bind_property (G_OBJECT (totem), "fullscreen",
 
586
-                               G_OBJECT (totem->win), "show-menubar",
 
587
-                               G_BINDING_INVERT_BOOLEAN);
 
588
 
 
589
        /* Menubar */
 
590
        totem_ui_manager_setup (totem);
 
591
@@ -134,7 +131,6 @@
572
592
        totem_session_setup (totem, argv);
573
593
        totem_setup_file_monitoring (totem);
574
594
        totem_setup_file_filters ();