! 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 !
usability issue: title configuration
Status:
RESOLVED: FIXED
Product:
Xfce4-diskperf-plugin
Component:
General

Comments

Description Raphael Groner 2010-01-22 20:46:31 CET
I think it is not good usability to disable the title input in config dialog
if title checkbox is unchecked. Reason: Title is still visible in the
tooltip and can not be changed anymore then.

George Vlahavas is the package maintainer in Salix OS which I use.

I guess I can ommit here the snapshots of /proc/partitins as told in
README because not needed. In my opinion this is a feature request.

So here is a patch suggestion to disable this strange behaviour.

Apply the path against panel-plugin/main.c

Best regards.



657,658c657,658
<     gtk_widget_set_sensitive (GTK_WIDGET (poGUI->wTF_Title),
< 			      poConf->fTitleDisplayed);
---
>     /*gtk_widget_set_sensitive (GTK_WIDGET (poGUI->wTF_Title),
> 			      poConf->fTitleDisplayed);*/  
950,951c950,951
<     gtk_widget_set_sensitive (GTK_WIDGET (poGUI->wTF_Title),
< 			      poConf->fTitleDisplayed);
---
>     /*gtk_widget_set_sensitive (GTK_WIDGET (poGUI->wTF_Title),
> 			      poConf->fTitleDisplayed);*/
Comment 1 Florian Rivoal editbugs 2010-11-13 07:09:31 CET
This will be fixed in the next release.

Bug #6176

Reported by:
Raphael Groner
Reported on: 2010-01-22
Last modified on: 2010-11-13

People

Assignee:
Xfce-Goodies Maintainers
CC List:
1 user

Version

Version:
2.2.0 or older

Attachments

Additional information