[Goodies-dev] [Bug 6176] New: usability issue: title configuration
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Fri Jan 22 21:46:32 CET 2010
http://bugzilla.xfce.org/show_bug.cgi?id=6176
Summary: usability issue: title configuration
Classification: Panel Plugins
Product: Xfce4-diskperf-plugin
Version: unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: Medium
Component: General
AssignedTo: goodies-dev at xfce.org
ReportedBy: raphgro at web.de
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);*/
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Goodies-dev
mailing list