d18bbc6 Don't open the default display while parsing command line

1 file Authored by etrunko 8 years ago, Committed by fidencio 8 years ago,
    Don't open the default display while parsing command line
    
    Since commit a9ce19f it has not been possible to check app version from
    a tty without X session running. The issue is that gtk_get_option_group
    function opens the default display if passed TRUE as argument.
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
    Acked-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
        
file modified
+1 -1