aboutsummaryrefslogtreecommitdiffstats
path: root/userdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-17 15:52:29 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-17 15:52:29 +0000
commite3e421f065528b9c836bb93e3f552b89673eca19 (patch)
tree814fce6369775a581936bde0192f7c9a181c719f /userdrake
parent945a4b4713b440533308fd2a1fd035b2c782687f (diff)
downloaduserdrake-e3e421f065528b9c836bb93e3f552b89673eca19.tar
userdrake-e3e421f065528b9c836bb93e3f552b89673eca19.tar.gz
userdrake-e3e421f065528b9c836bb93e3f552b89673eca19.tar.bz2
userdrake-e3e421f065528b9c836bb93e3f552b89673eca19.tar.xz
userdrake-e3e421f065528b9c836bb93e3f552b89673eca19.zip
remove daouda email since it doesn't maintain anymore userdrake
Diffstat (limited to 'userdrake')
-rwxr-xr-xuserdrake4
1 files changed, 2 insertions, 2 deletions
diff --git a/userdrake b/userdrake
index 75b9eb5..66748b5 100755
--- a/userdrake
+++ b/userdrake
@@ -4,7 +4,7 @@
# #
# Copyright (C) 2003-2006 Mandriva #
#
-# Daouda Lo <daouda@mandriva.com> #
+# Daouda Lo #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License Version 2 as #
@@ -1022,7 +1022,7 @@ sub About() {
$list->can_focus(0);
each_index { $list->append_column(Gtk2::TreeViewColumn->new_with_attributes(undef, Gtk2::CellRendererText->new, 'text' => $::i)) } 0..2;
$list->set_headers_visible(0);
- foreach my $row (['Copyright', '2003-2006', 'Mandriva SA'], [ N("Authors: "), '', '' ], [ '', 'Daouda Lo', '<daouda@mandriva.com>' ], ['', '', '']) {
+ foreach my $row (['Copyright', '2003-2006', 'Mandriva SA'], [ N("Authors: "), '', '' ], [ '', 'Daouda Lo', '' ], ['', '', '']) {
$tree_model->append_set(undef, [ map_index { $::i => $_ } @$row ]);
}
$list->get_selection->set_mode('none');