~titan-lien/ubuntu/saucy/totem/totem.dev

« back to all changes in this revision

Viewing changes to data/playlist.ui

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Sjoerd Simons, Michael Biebl, Josselin Mouette
  • Date: 2011-11-27 06:21:34 UTC
  • mfrom: (1.4.8) (5.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20111127062134-c3ikko9wdfn9m2av
Tags: 3.2.1-1
[ Sjoerd Simons ]
* New upstream release
* debian/control.in: Update build-depends
* debian/rules: Enable vala plugins
* debian/totem-plugins.install:
  - Add grilo and rotation plugins
  - Remove jamendo, thumbnail and tracker plugins

[ Michael Biebl ]
* debian/control.in:
  - Bump Depends on python-gobject to (>= 2.90.3).

[ Josselin Mouette ]
* Replace python-gobject dependencies by python-gi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            <property name="visible">True</property>
75
75
            <property name="can_focus">True</property>
76
76
            <property name="model">playlist_list_store</property>
77
 
            <property name="headers_visible">False</property>
 
77
            <property name="headers_visible">True</property>
78
78
            <property name="rules_hint">True</property>
79
79
            <child internal-child="selection">
80
80
              <object class="GtkTreeSelection" id="treeview-selection1"/>
93
93
        <property name="visible">True</property>
94
94
        <property name="can_focus">False</property>
95
95
        <property name="icon_size">1</property>
 
96
        <property name="toolbar-style">icons</property>
96
97
        <style>
97
98
          <class name="inline-toolbar"/>
98
99
        </style>
134
135
            <property name="use_underline">True</property>
135
136
            <property name="icon_name">document-save-symbolic</property>
136
137
            <property name="tooltip-text" translatable="yes">Save Playlist...</property>
 
138
            <signal name="clicked" handler="totem_playlist_save_files"/>
137
139
          </object>
138
140
          <packing>
139
141
            <property name="expand">False</property>