[MPlayer-cvslog] r38317 - trunk/gui/dialog/skinbrowser.c

ib subversion at mplayerhq.hu
Tue Oct 5 12:41:36 EEST 2021


Author: ib
Date: Tue Oct  5 12:41:36 2021
New Revision: 38317

Log:
Don't let the column title of the skin browser dialog be selectable.

This is not necessary but rather confusing because the list of skins
is not sortable.

Modified:
   trunk/gui/dialog/skinbrowser.c

Modified: trunk/gui/dialog/skinbrowser.c
==============================================================================
--- trunk/gui/dialog/skinbrowser.c	Tue Oct  5 12:39:13 2021	(r38316)
+++ trunk/gui/dialog/skinbrowser.c	Tue Oct  5 12:41:36 2021	(r38317)
@@ -128,6 +128,7 @@ void ShowSkinBrowser( void )
  gtk_clist_column_titles_show( GTK_CLIST( SkinList ) );
  gtk_clist_set_shadow_type( GTK_CLIST( SkinList ),GTK_SHADOW_ETCHED_OUT );
  gtk_clist_set_column_widget( GTK_CLIST( SkinList ),0, gtkAddLabel( _(MSGTR_GUI_AvailableSkins),NULL ) );
+ gtk_clist_column_title_passive( GTK_CLIST( SkinList ),0 );
 
  gtkAddHSeparator( vbox5 );
 


More information about the MPlayer-cvslog mailing list