[Rhythmbox-devel] [patch] fix iradio genre column



Hi,

this patch fix the "column" which is displayed in the iradio genre
node-view. The column should be RB_TREE_MODEL_NODE_COL_TITLE instead of
RB_TREE_MODEL_NODE_COL_GENRE.

Regards
	Jan Arne Petersen

-- 
Jan Arne Petersen <jpetersen@uni-bonn.de>
Index: data/node-views/rb-node-view-iradio-genres.xml
===================================================================
RCS file: /cvs/gnome/rhythmbox/data/node-views/rb-node-view-iradio-genres.xml,v
retrieving revision 1.2
diff -u -r1.2 rb-node-view-iradio-genres.xml
--- data/node-views/rb-node-view-iradio-genres.xml	11 May 2003 00:19:31 -0000	1.2
+++ data/node-views/rb-node-view-iradio-genres.xml	16 Aug 2003 10:24:55 -0000
@@ -1,4 +1,4 @@
 <?xml version="1.0"?>
 <rhythmbox_node_view editable="false" rules-hint="false" headers-visible="true" selection-mode="GTK_SELECTION_BROWSE" keep-selection="true" allowed-columns="RB_TREE_MODEL_NODE_COL_TITLE">
-  <column _title="_Genre" column="RB_TREE_MODEL_NODE_COL_GENRE" resizable="false" reorderable="false" sort-order="RB_TREE_MODEL_NODE_COL_PRIORITY RB_TREE_MODEL_NODE_COL_TITLE_KEY" clickable="false" keep-selection="true" default-sort-column="true"/>
+  <column _title="_Genre" column="RB_TREE_MODEL_NODE_COL_TITLE" resizable="false" reorderable="false" sort-order="RB_TREE_MODEL_NODE_COL_PRIORITY RB_TREE_MODEL_NODE_COL_TITLE_KEY" clickable="false" keep-selection="true" default-sort-column="true"/>
 </rhythmbox_node_view>

This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]