summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-03-17 01:42:34 +0000
committerBastien Nocera <hadess@hadess.net>2011-03-17 01:46:15 +0000
commit73c71a93b5d157653fc2c361c673ea814cac5247 (patch)
tree4c8ef0d72b62873ad36b6a2c0e8e5832fe108026 /data
parent37ddeb0c2f6c63c2fd157df20b83298134124230 (diff)
downloadtotem-73c71a93b5d157653fc2c361c673ea814cac5247.tar.gz
main: Don't poke at web servers for info
When loading videos from some websites, through quvi, we already have a lot of information about the file, so we don't really need to go and look for that information ourselves. We now store the content-type of the stream in question, and don't hit the web server to fill in GtkRecent if that's the case. https://bugzilla.gnome.org/show_bug.cgi?id=644949
Diffstat (limited to 'data')
-rw-r--r--data/playlist.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/playlist.ui b/data/playlist.ui
index 888d0b82c..9fe6fc624 100644
--- a/data/playlist.ui
+++ b/data/playlist.ui
@@ -56,6 +56,8 @@
<column type="gchararray"/>
<!-- column-name gobject -->
<column type="GObject"/>
+ <!-- column-name mime-type -->
+ <column type="gchararray"/>
</columns>
</object>
<object class="GtkVBox" id="vbox4">