From 0c43dc403269208f3431aebcc01dd059d3b6d48f Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Thu, 13 Jun 2019 23:07:46 +0800 Subject: Authentication to add modification time --- capplets/time-admin/src/time-share.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'capplets/time-admin/src/time-share.h') 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; -- cgit v1.2.1