diff options
author | marosg <[email protected]> | 2017-09-07 07:31:37 +0200 |
---|---|---|
committer | marosg <[email protected]> | 2017-09-08 16:14:45 +0200 |
commit | 5fedc5bcdc4f276709552ca40958442151bb97b4 (patch) | |
tree | 05e0ec708ed8625bb41725808c8300af9b381e9f /drivemount/drive-button.h | |
parent | 14a072cd5c936ae75e5df1c2dc25610716fb41e7 (diff) | |
download | mate-applets-5fedc5bcdc4f276709552ca40958442151bb97b4.tar.bz2 mate-applets-5fedc5bcdc4f276709552ca40958442151bb97b4.tar.xz |
GSettings for checkmark color shown for mounted volumes.
Diffstat (limited to 'drivemount/drive-button.h')
-rw-r--r-- | drivemount/drive-button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivemount/drive-button.h b/drivemount/drive-button.h index f0c3389d..10ba3a35 100644 --- a/drivemount/drive-button.h +++ b/drivemount/drive-button.h @@ -63,6 +63,7 @@ void drive_button_set_size (DriveButton *button, int drive_button_compare (DriveButton *button, DriveButton *other_button); +GSettings *settings; G_END_DECLS |