Skip to content

Commit

Permalink
Add Check for default display manager
Browse files Browse the repository at this point in the history
Dim default_display_manager As Boolean = Exist("/etc/X11/default-display-manager")

Debug "Check for default display manager"
  If default_display_manager = True Then
   Label4.Visible = True
   TextBox22.Visible = True
   TextBox22.Text = File.Load("/etc/X11/default-display-manager")
   TextBox22.Text = Replace(TextBox22.Text, "\n", "")
   Debug "Default display manager is " & TextBox22.Text
  Endif
  • Loading branch information
eloaders committed Jan 22, 2012
1 parent 706b187 commit 456d813
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 232 deletions.
Binary file modified src/i-nex/.gambas/FINFOSYS
Binary file not shown.

0 comments on commit 456d813

Please sign in to comment.