diff options
author | Victor Kareh <[email protected]> | 2019-03-09 11:41:13 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-22 09:56:28 +0100 |
commit | a82f9d88000fedc6b0aa9a325c3222b5cf3a8de8 (patch) | |
tree | 2a81828f569e83362d43d40a5f47b8c641aa2a5c /mate-volume-control/applet-main.c | |
parent | 0f22860d710165ca550b0301e85eeb9f38610fb1 (diff) | |
download | mate-media-a82f9d88000fedc6b0aa9a325c3222b5cf3a8de8.tar.bz2 mate-media-a82f9d88000fedc6b0aa9a325c3222b5cf3a8de8.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 |