92154a347b
Claws Mail has a high number of configurable options and, in order to keep the binary small and fast, some of these preferences which are not widely used are not provided with a graphical interface for inspection and/or modification. Users wanting to edit such preferences had to face editing the configuration text files directly, now it is possible with a convenient GTK2 interface using Clawsker. Other features: * Handling of all hidden preferences * Fully internationalized interface using gettext * Detection of running Claws Mail * Support for alternate configuration directories WWW: http://www.claws-mail.org/clawsker PR: ports/120681 Submitted by: Pawel Pekala <c0rn at o2.pl>
11 lines
280 B
Text
11 lines
280 B
Text
--- clawsker.orig Mon Feb 4 23:58:45 2008
|
|
+++ clawsker Mon Feb 4 23:59:08 2008
|
|
@@ -345,8 +345,6 @@
|
|
sub set_widget_hint() {
|
|
if ($SHOWHINTS) {
|
|
my ($wdgt, $hint) = @_;
|
|
- $wdgt->set_tooltip_text ($hint);
|
|
- $wdgt->set_has_tooltip (TRUE);
|
|
}
|
|
}
|
|
|