diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-24 01:16:57 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-24 01:16:57 +0200 |
commit | 791912482ff618cd6ca08224db01b243d7186215 (patch) | |
tree | 58c71400b28400b8d5f7149b1516f76e33da314b /includes | |
parent | abf8fabf4df677a1fbf58e4955d1cc08eace48d2 (diff) |
FIX Added theme background - copyright crstrbrt - mentioned but not needed.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/callbacks.h | 1 | ||||
-rw-r--r-- | includes/uidefs.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/includes/callbacks.h b/includes/callbacks.h index 421cff5e..a689ecb4 100644 --- a/includes/callbacks.h +++ b/includes/callbacks.h @@ -41,5 +41,6 @@ void cb_connect_host(GtkAction * action); void cb_local_computer(); void cb_act_as_server(); void cb_sync_on_startup(); +void cb_disable_theme(); #endif /* __CALLBACKS_H__ */ diff --git a/includes/uidefs.h b/includes/uidefs.h index c3042492..41adedb8 100644 --- a/includes/uidefs.h +++ b/includes/uidefs.h @@ -15,7 +15,8 @@ "<separator/>" \ "<menuitem name=\"SyncManager\" action=\"SyncManagerAction\" " \ "always-show-image=\"true\"/>" \ - "<menuitem name=\"SyncOnStartup\" action=\"SyncOnStartupAction\"/>" + "<menuitem name=\"SyncOnStartup\" action=\"SyncOnStartupAction\"/>" \ + "<menuitem name=\"DisableTheme\" action=\"DisableThemeAction\"/>" #define SYNC_MANAGER_TOOL_ITEMS \ "<toolitem name=\"SyncManager\" action=\"SyncManagerAction\"/>" |