Skip to content

Commit

Permalink
GTK 2.12 changed named of tooltip widget which invalidated part of co…
Browse files Browse the repository at this point in the history
…lor rc file making tooltips invisible. Change selector in rc file to be broader and capture both GTK2.12 widgets as well as those in earlier GTK2 versions.
  • Loading branch information
Rik Wehbring committed Dec 9, 2008
1 parent 38742fc commit 84089b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jpilotrc.blue
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ widget_class "*GtkCalendar" style "calendar"
widget "*.button_app" style "button_app"
widget "*.label_high" style "label_high"
widget "*.today" style "today"
widget "gtk-tooltips*" style "tooltips"
widget "*tooltip*" style "tooltips"

2 changes: 1 addition & 1 deletion jpilotrc.green
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ widget_class "*GtkCalendar" style "calendar"
widget "*.button_app" style "button_app"
widget "*.label_high" style "label_high"
widget "*.today" style "today"
widget "gtk-tooltips*" style "tooltips"
widget "*tooltip*" style "tooltips"


2 changes: 1 addition & 1 deletion jpilotrc.purple
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ widget_class "*GtkCalendar" style "calendar"
widget "*.button_app" style "button_app"
widget "*.label_high" style "label_high"
widget "*.today" style "today"
widget "gtk-tooltips*" style "tooltips"
widget "*tooltip*" style "tooltips"

2 changes: 1 addition & 1 deletion jpilotrc.steel
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ widget_class "*GtkCalendar" style "calendar"
widget "*.button_app" style "button_app"
widget "*.label_high" style "label_high"
widget "*.today" style "today"
widget "gtk-tooltips*" style "tooltips"
widget "*tooltip*" style "tooltips"

0 comments on commit 84089b5

Please sign in to comment.