summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-09-18 10:09:26 +0000
committerThierry Vignaud <tv@mandriva.org>2006-09-18 10:09:26 +0000
commitdebc33cace92c36108afdbcd4d7a2877ca178b2c (patch)
tree153918664ff92688f03b79c5f3f924325f5ba6b4 /mdkapplet
parentfaa46c28c29111c74d68a5cc860d83f61e637f3f (diff)
downloadmgaonline-debc33cace92c36108afdbcd4d7a2877ca178b2c.tar
mgaonline-debc33cace92c36108afdbcd4d7a2877ca178b2c.tar.gz
mgaonline-debc33cace92c36108afdbcd4d7a2877ca178b2c.tar.bz2
mgaonline-debc33cace92c36108afdbcd4d7a2877ca178b2c.tar.xz
mgaonline-debc33cace92c36108afdbcd4d7a2877ca178b2c.zip
(setState) fix closing about dialog when "close" button is clicked (#25867)
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkapplet b/mdkapplet
index 1f783b10..f1425dff 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -476,6 +476,7 @@ sub setState {
$menu->append(gtksignal_connect(gtkshow(Gtk2::MenuItem->new_with_label(N("About..."))), activate => sub {
my $ver = 1; # automatically set from spec file
my $w = gtkset_name(Gtk2::AboutDialog->new, N("Mandriva Online %s"), $ver);
+ $w->signal_connect(response => sub { $_[0]->destroy });
$w->set_version($ver);
$w->set_icon(Gtk2::Gdk::Pixbuf->new_from_file('/usr/share/icons/mini/mdkonline.png'));
$w->set_copyright(N("Copyright (C) %s by Mandriva", '2001-2006'));
/+1 | * fix pop_it...Pascal Rigaux2003-02-171-1/+1 | * ensure $o->{raw_X} is not destroyed when there is no modification donePascal Rigaux2003-02-171-1/+2 | | | | | (since in that case Xconfig::main::configure_everything_or_configure_chooser() returns undef) * 9.1-0.34mdkTill Kamppeter2003-02-171-2/+5 | * *** empty log message ***Pascal Rigaux2003-02-171-1/+123 | * hopefully final fix for pop_itPascal Rigaux2003-02-171-2/+2 | * - Fixed bug of HP DeskJetb 990C being automatically installed even ifTill Kamppeter2003-02-171-11/+21 | | | | | | there is already a queue for it - Fixed checking whether a device is known to CUPS * (is_fbdev): fix typoPascal Rigaux2003-02-171-1/+1 | * (get_both): fix typoPascal Rigaux2003-02-171-1/+1 | * also ->hide in when a button is clicked in standalonePascal Rigaux2003-02-171-10/+2 | * don't security::various::config_security_user() can fail, don't let it bother usPascal Rigaux2003-02-171-1/+1 | * (to_string): simpler way to handle the "default" resolution of frame-bufferPascal Rigaux2003-02-171-1/+1 | * 9.1 rc1Florent Villard2003-02-171-0/+0 | * use fbdev when the graphic card is unknownPascal Rigaux2003-02-171-5/+9 | * warn when auto conf failPascal Rigaux2003-02-171-1/+4 | * add module2description()Pascal Rigaux2003-02-171-3/+9 | * correction for non-latin1 locales,Pablo Saratxaga2003-02-171-2/+6 | | | | | made strings "Unknown" and "unknown" translatable in device info * in the old days, on cannot disable shrink1, resize2 or shrink2 since they ↵Thierry Vignaud2003-02-171-2/+5 | | | | always were true * better sound card description in summaryPascal Rigaux2003-02-171-1/+3 | * enhance summary layoutPascal Rigaux2003-02-171-2/+4 | * fix help popping all the timePascal Rigaux2003-02-171-1/+1 | * 9.1-0.33mdkThierry Vignaud2003-02-171-1/+8 | * fix setting pop_it for wizard in standalonePascal Rigaux2003-02-171-1/+2 | * updated Russian and Arabic filesPablo Saratxaga2003-02-172-20216/+32221 | * simplify translator job by propaging pixel english typo fixThierry Vignaud2003-02-17