changed default icon
This commit is contained in:
parent
b5ff5d1c4f
commit
3d1dbda545
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace Webpin {
|
||||||
GLib.Regex protocol_regex;
|
GLib.Regex protocol_regex;
|
||||||
Gee.HashMap<string, GLib.AppInfo> apps;
|
Gee.HashMap<string, GLib.AppInfo> apps;
|
||||||
|
|
||||||
private string default_app_icon = "artemanufrij.webpin";
|
private string default_app_icon = "com.github.artemanufrij.webpin";
|
||||||
|
|
||||||
private bool app_name_valid = false;
|
private bool app_name_valid = false;
|
||||||
private bool app_url_valid = false;
|
private bool app_url_valid = false;
|
||||||
|
|
Loading…
Reference in a new issue