[Player-cvs] netbook/chrome netbook.glade, 1.2.2.34, 1.2.2.35 netbook.gtkrc, 1.1.2.9, 1.1.2.10
jain_1982s at helixcommunity.org jain_1982s at helixcommunity.orgUpdate of /cvsroot/player/netbook/chrome
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv31742
Modified Files:
Tag: hxclient_3_1_0_atlas
netbook.glade netbook.gtkrc
Log Message:
Fix for bug 8772. Theming the Left hand pane of the My Playlists view
Index: netbook.gtkrc
===================================================================
RCS file: /cvsroot/player/netbook/chrome/Attic/netbook.gtkrc,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- netbook.gtkrc 20 Oct 2008 11:31:06 -0000 1.1.2.9
+++ netbook.gtkrc 21 Oct 2008 05:23:22 -0000 1.1.2.10
@@ -26,6 +26,7 @@
bg[INSENSITIVE] = "#E5E5E5"
}
widget "*hmw_eventbox_my_library_treeview*" style: highest "my-library-eventbox"
+widget "*hmw_eventbox_my_playlist_paned*" style: highest "my-library-eventbox"
style "treeview-base-style"
{
@@ -37,6 +38,7 @@
}
widget "*hmw_my_lib_category_treeview" style: highest "treeview-base-style"
widget "*hmw_my_lib_tasks_treeview" style: highest "treeview-base-style"
+widget "*hmw_my_playlist_files_treeview" style: highest "treeview-base-style"
style "icon-view"
{
Index: netbook.glade
===================================================================
RCS file: /cvsroot/player/netbook/chrome/netbook.glade,v
retrieving revision 1.2.2.34
retrieving revision 1.2.2.35
diff -u -d -r1.2.2.34 -r1.2.2.35
--- netbook.glade 20 Oct 2008 11:23:18 -0000 1.2.2.34
+++ netbook.glade 21 Oct 2008 05:23:22 -0000 1.2.2.35
@@ -1298,6 +1298,9 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
+ <widget class="GtkEventBox" id="hmw_eventbox_my_playlist_paned">
+ <property name="visible">True</property>
+ <child>
<widget class="GtkVBox" id="hmw_my_playlist_vbox">
<property name="visible">True</property>
<child>
@@ -1366,6 +1369,11 @@
<property name="position">1</property>
</packing>
</child>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="resize">False</property>