diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-09 18:23:16 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-09 18:23:16 +0800 |
commit | f3a7c0fe44514d52f5a475e93470afea80390895 (patch) | |
tree | c7a442ac08d08ca5ee46e04f4eec0597aa61a07a /lib/ephy-web-app-utils.h | |
parent | 6b7c59939699ce94931009f1086e92f773306a1e (diff) | |
download | gsoc2013-epiphany-f3a7c0fe44514d52f5a475e93470afea80390895.tar.gz gsoc2013-epiphany-f3a7c0fe44514d52f5a475e93470afea80390895.tar.zst gsoc2013-epiphany-f3a7c0fe44514d52f5a475e93470afea80390895.zip |
ephy-web-app-utils: add the desktop file name to EphyWebApplication
It's quite cumbersome to re-construct from its name and URL, so just
add it here. We'll use it to migrate the profile data.
Diffstat (limited to 'lib/ephy-web-app-utils.h')
-rw-r--r-- | lib/ephy-web-app-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-web-app-utils.h b/lib/ephy-web-app-utils.h index 80dde2b21..54968df80 100644 --- a/lib/ephy-web-app-utils.h +++ b/lib/ephy-web-app-utils.h @@ -33,6 +33,7 @@ typedef struct { char *name; char *icon_url; char *url; + char *desktop_file; char install_date[128]; } EphyWebApplication; |