Merge pull request #542 from simcop2387/new-gui

Fix the timeout on the libnotify stuff
This commit is contained in:
Nicolas Dandrimont 2012-07-16 16:28:55 -07:00
commit c7051cb7e7

View file

@ -354,7 +354,7 @@ sub notify {
my $serv = $session->get_service('org.freedesktop.Notifications');
my $notifier = $serv->get_object('/org/freedesktop/Notifications',
'org.freedesktop.Notifications');
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, 5);
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, 1500);
}
};
}