summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-24 14:38:13 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-24 14:38:13 +0000
commitaf950b6c27c50b11c77f22b66aea2a101bf937e0 (patch)
tree286c45ce95e5e573b34808d0ac35db45264657d3
parent4ed5221208cf015903f24cd8f33ab9cfb97499c5 (diff)
downloadcontrol-center-af950b6c27c50b11c77f22b66aea2a101bf937e0.tar
control-center-af950b6c27c50b11c77f22b66aea2a101bf937e0.tar.gz
control-center-af950b6c27c50b11c77f22b66aea2a101bf937e0.tar.bz2
control-center-af950b6c27c50b11c77f22b66aea2a101bf937e0.tar.xz
control-center-af950b6c27c50b11c77f22b66aea2a101bf937e0.zip
(about_mdk_cc) open first notebook page instead of last
-rwxr-xr-xcontrol-center1
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center
index 757c880f..cfb6feaf 100755
--- a/control-center
+++ b/control-center
@@ -1357,6 +1357,7 @@ sub about_mdk_cc() {
add2notebook($n, N("Authors"), $list);
add2notebook($n, N("Mandriva Linux Contributors"), gtkset_size_request(create_scrolled_window($credits), 650, 50));
+ $n->set_current_page(0);
$window_about->show_all;
}