summaryrefslogtreecommitdiffstats
path: root/linux.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-03 07:49:45 +1100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-03 07:49:45 +1100
commitec1998216fb636cba8fb798bb677caaeb42f9a68 (patch)
tree329d33c2d93166d8012286ff256deea066ff1e0f /linux.c
parent99dbd667bf2a40f2ea8444780310114e353f4557 (diff)
parentce87c26c0049336ec62ebcf03a93c589c8818d20 (diff)
downloadsubsurface-ec1998216fb636cba8fb798bb677caaeb42f9a68.tar.gz
Merge branch 'subsurface-icon' of github.com:henrik242/subsurface
Diffstat (limited to 'linux.c')
-rw-r--r--linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.c b/linux.c
index f8d3e88b4..bf5c21d94 100644
--- a/linux.c
+++ b/linux.c
@@ -128,7 +128,7 @@ int subsurface_fill_device_list(GtkListStore *store)
const char *subsurface_icon_name()
{
- return "subsurface.svg";
+ return "subsurface-icon.svg";
}
const char *system_default_filename(void)