diff options
author | Victor Kareh <[email protected]> | 2019-03-09 11:41:13 -0500 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-03-09 11:41:13 -0500 |
commit | 0aaddff3a3a99e25dff4f09f6c06637462d41db2 (patch) | |
tree | 84ecb59258cc118522f82e321b0233c3d480c7d1 /mate-volume-control/applet-main.c | |
parent | a2be637bac946d0fc70d6167075405ebdf706ab1 (diff) | |
download | mate-media-0aaddff3a3a99e25dff4f09f6c06637462d41db2.tar.bz2 mate-media-0aaddff3a3a99e25dff4f09f6c06637462d41db2.tar.xz |
Re-enable old GtkStatusIcon
This allows us to have builds that use both the legacy status icon as well as the new applet.
Diffstat (limited to 'mate-volume-control/applet-main.c')
-rw-r--r-- | mate-volume-control/applet-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-volume-control/applet-main.c b/mate-volume-control/applet-main.c index 776f823..58614a9 100644 --- a/mate-volume-control/applet-main.c +++ b/mate-volume-control/applet-main.c @@ -2,6 +2,7 @@ * * Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2014 Michal Ratajsky <[email protected]> + * Copyright (C) 2019 Victor Kareh <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |