! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
verve color after losing focus
Status:
RESOLVED: FIXED
Severity:
trivial
Product:
Xfce4-verve-plugin
Component:
General

Comments

Description xfcebugzilla 2007-09-02 16:40:49 CEST
when verve loses focus the colors are reset to white background and black text instead of the system's color

verve 0.3.5 (gentoo)
Comment 1 Dirk Best 2008-02-03 15:10:28 CET
This makes verve pretty much unusable on dark desktop themes, who wants to have a big white field on their otherwise black panel?
Comment 2 neeto 2008-05-04 15:56:23 CEST
In verve-plugin.c: line 136, 175:

replace
 
default_style = gtk_widget_get_default_style();

with

default_style = gtk_widget_get_style(verve -> input);

This fix is a bit of a lazy hack because both default_style and style will now get the same value. 

If someone wanted to write a patch replacing any instance of gtk_widget_get_default_style with gtk_widget_get_style, that would be good, but to fix this bug, without regards to code efficiency, all one needs to do is change the value of default_style.

If someone wanted to append this fix with a fullblown patch, that would be appriciated.
Comment 3 Landry Breuil editbugs 2013-01-20 22:00:11 CET
Fixed in 2712210

Bug #3525

Reported by:
xfcebugzilla
Reported on: 2007-09-02
Last modified on: 2013-01-20

People

Assignee:
Florian Rivoal
CC List:
4 users

Version

Version:
0.3.6 or older

Attachments

Additional information