diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-25 23:49:56 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-25 23:49:56 +0200 |
commit | 771925076fe7695e198b4c4279707ca4b028cebf (patch) | |
tree | ca10422e8fd7c4f22ed6c52e4457110540554b4d /src/utils.h | |
parent | c00d3d13b07ed6fa60ac975c2e633e2e5a3cbee3 (diff) | |
download | ayatana-indicator-session-771925076fe7695e198b4c4279707ca4b028cebf.tar.gz ayatana-indicator-session-771925076fe7695e198b4c4279707ca4b028cebf.tar.bz2 ayatana-indicator-session-771925076fe7695e198b4c4279707ca4b028cebf.zip |
Add 'Report a bug...' item to the session menu.
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index d39637c..2d3c932 100644 --- a/src/utils.h +++ b/src/utils.h @@ -36,6 +36,7 @@ gboolean is_xfce(); const char* get_distro_name(); const char* get_distro_url(); +const char* get_distro_bts_url(); const char* get_desktop_name(); GHashTable* get_os_release(); |