diff options
author | Bastien Nocera <hadess@hadess.net> | 2012-07-02 20:18:16 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-07-02 20:24:29 +0100 |
commit | 749e836002a29444023160a94806529fd2d071aa (patch) | |
tree | e1bef17fc2de20459473321aaace7275ed35c142 /data/playlist.ui | |
parent | 7936d9031bc8b551bebf5bfb11130afd1f610ddb (diff) | |
download | totem-749e836002a29444023160a94806529fd2d071aa.tar.gz |
main: Add a GMount column to the playlist
To keep track of it, as by the time the GMount will disappear,
it will be too late to try and look for it, and we'd have nothing to
compare it against.
Diffstat (limited to 'data/playlist.ui')
-rw-r--r-- | data/playlist.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/playlist.ui b/data/playlist.ui index 71842277a..149f0578a 100644 --- a/data/playlist.ui +++ b/data/playlist.ui @@ -56,6 +56,8 @@ <column type="gchararray"/> <!-- column-name file-monitor --> <column type="GObject"/> + <!-- column-name mount --> + <column type="GObject"/> <!-- column-name mime-type --> <column type="gchararray"/> </columns> |