[totem] data: Add names for the playlist's columns
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] data: Add names for the playlist's columns
- Date: Mon, 2 Jul 2012 19:24:56 +0000 (UTC)
commit 7936d9031bc8b551bebf5bfb11130afd1f610ddb
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jul 2 19:30:00 2012 +0100
data: Add names for the playlist's columns
data/playlist.ui | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/playlist.ui b/data/playlist.ui
index fe95d2d..7184227 100644
--- a/data/playlist.ui
+++ b/data/playlist.ui
@@ -42,19 +42,19 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkListStore" id="playlist_list_store">
<columns>
- <!-- column-name gint -->
+ <!-- column-name playing -->
<column type="gint"/>
- <!-- column-name gchararray -->
+ <!-- column-name filename -->
<column type="gchararray"/>
- <!-- column-name gchararray1 -->
+ <!-- column-name filename-escaped -->
<column type="gchararray"/>
- <!-- column-name gchararray2 -->
+ <!-- column-name uri -->
<column type="gchararray"/>
- <!-- column-name gboolean -->
+ <!-- column-name title-custom -->
<column type="gboolean"/>
- <!-- column-name gchararray3 -->
+ <!-- column-name subtitle-uri -->
<column type="gchararray"/>
- <!-- column-name gobject -->
+ <!-- column-name file-monitor -->
<column type="GObject"/>
<!-- column-name mime-type -->
<column type="gchararray"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]