summaryrefslogtreecommitdiff
path: root/capplets/time-admin/src/time-share.h
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2019-06-13 23:07:46 +0800
committerraveit65 <[email protected]>2019-06-14 12:05:04 +0200
commit0c43dc403269208f3431aebcc01dd059d3b6d48f (patch)
tree92f297c72d66e8faa4f9bf47bc5944b85619c21d /capplets/time-admin/src/time-share.h
parent9c0163fd3086b66e499e44468084836320b4b912 (diff)
downloadmate-control-center-0c43dc403269208f3431aebcc01dd059d3b6d48f.tar.bz2
mate-control-center-0c43dc403269208f3431aebcc01dd059d3b6d48f.tar.xz
Authentication to add modification time
Diffstat (limited to 'capplets/time-admin/src/time-share.h')
-rw-r--r--capplets/time-admin/src/time-share.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/capplets/time-admin/src/time-share.h b/capplets/time-admin/src/time-share.h
index 453faeee..a0088a87 100644
--- a/capplets/time-admin/src/time-share.h
+++ b/capplets/time-admin/src/time-share.h
@@ -53,6 +53,7 @@ typedef struct
GtkWidget *MinuteSpin;
GtkWidget *SecondSpin;
GtkWidget *TimeZoneButton;
+ GtkWidget *NtpSyncSwitch;
GtkWidget *Calendar;
GtkWidget *CloseButton;
GtkWidget *SaveButton;
@@ -70,6 +71,8 @@ typedef struct
GtkWidget *map;
GtkListStore *CityListStore;
GtkTreeModelSort *CityModelSort;
+ GtkWidget *ButtonLock;
+ GPermission *Permission;
}TimeAdmin;