This repository has been archived by the owner on Jul 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c64d210
commit f973278
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ using TeeJee.GtkHelper; | |
|
||
public const string AppName = "Aptik GTK"; | ||
public const string AppShortName = "aptik-gtk"; | ||
public const string AppVersion = "18.5.1"; | ||
public const string AppVersion = "18.5.2"; | ||
public const string AppAuthor = "Tony George"; | ||
public const string AppAuthorEmail = "[email protected]"; | ||
|
||
|
@@ -54,7 +54,7 @@ public class AptikGtk : GLib.Object { | |
|
||
public Mode mode = Mode.BACKUP; | ||
|
||
public GUIMode guimode = Mode.EASY; | ||
public GUIMode guimode = GUIMode.EASY; | ||
|
||
public bool include_repos = true; | ||
public bool include_cache = true; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters