diff options
-rwxr-xr-x | control-center | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center index 384b0c0e..e8f973d5 100755 --- a/control-center +++ b/control-center @@ -263,6 +263,7 @@ my ($global_width, $global_height) = (720, 523); my ($timeout, %check_boxes, $exp_frame, $emb_socket); my $window_global = gtkset_size_request(Gtk2::Window->new('toplevel'), $global_width, $global_height); +$window_global->set_icon(gtkcreate_pixbuf("/usr/share/icons/drakconf.png")); my $pending_app = 0; |