[Pidgin] #14746: Some gtkrc-2.0 settings ignored until preferences dialog opens

Pidgin trac at pidgin.im
Mon Nov 14 18:25:30 EST 2011


#14746: Some gtkrc-2.0 settings ignored until preferences dialog opens
---------------------+------------------------------------------------------
Reporter:  imiganai  |        Type:  defect            
  Status:  new       |   Component:  pidgin (gtk)      
 Version:  2.10.0    |    Keywords:  gtk gtkrc treeview
---------------------+------------------------------------------------------
 My gtkrc-2.0 looks like the following:

 {{{
 style "compact_trees"
 {
         GtkTreeView::horizontal_separator = 0
         GtkTreeView::vertical_separator = 0
 }
 widget_class "*GtkTreeView" style "compact_trees"
 style "buddylist_style"
 {
     text[NORMAL] = "#ffffff"
     text[PRELIGHT] = "#ffffff"
     base[ACTIVE] = shade(.7,"#686868")
     base[NORMAL] = shade(.7,"#686868")
     bg[ACTIVE] = shade(.7,"#686868")
     bg[NORMAL] = shade(.7,"#686868")
     bg[PRELIGHT] = shade(.7,"#686868")
 }
 widget "*pidgin_blist*" style "buddylist_style"
 }}}
 (Don't ask about the choice of colors :) )

 Upon launching Pidgin, the color settings get applied, but the treeview
 settings do not. If I open the preferences dialog, suddenly the treeview
 settings get applied to the buddylist (as they should), and remain applied
 until I close Pidgin.

 The settings should be applied with the rest immediately upon startup.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/14746>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list