Skip to content

Commit

Permalink
Add milestone-greeter when creating UI
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Apr 14, 2017
1 parent 3c7aad0 commit af54172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/YGUI.cc
Expand Up @@ -45,9 +45,11 @@ YUI *createUI( bool withThreads )
YGUI::YGUI (bool with_threads)
: YUI (with_threads), m_done_init (false), busy_timeout (0)
{
yuiMilestone() << "This is libyui-gtk " << VERSION << std::endl;

m_no_border = m_fullscreen = m_swsingle = false;

YGUI::setTextdomain( TEXTDOMAIN );
YGUI::setTextdomain( TEXTDOMAIN );

// If we're running without threads, initialize Gtk stuff
// This enables standalone libyui use Gtk interface
Expand Down

0 comments on commit af54172

Please sign in to comment.