File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2201,17 +2201,14 @@ terminal_window_init (TerminalWindow *window)
22012201 ctk_ui_manager_insert_action_group (manager , action_group , 0 );
22022202 g_object_unref (action_group );
22032203
2204- clipboard = ctk_widget_get_clipboard (CTK_WIDGET (window ), CDK_SELECTION_CLIPBOARD );
2205- g_signal_connect_swapped (clipboard , "owner-change" ,
2204+ clipboard = ctk_widget_get_clipboard (CTK_WIDGET (window ), CDK_SELECTION_CLIPBOARD );
2205+ g_signal_connect_swapped (clipboard , "owner-change" ,
22062206 G_CALLBACK (update_edit_menu ), window );
2207- update_edit_menu (window );
2207+ update_edit_menu (window );
22082208 /* Idem for this action, since the window is not fullscreen. */
22092209 action = ctk_action_group_get_action (priv -> action_group , "PopupLeaveFullscreen" );
22102210 ctk_action_set_visible (action , FALSE);
22112211
2212- action = ctk_action_group_get_action (priv -> action_group , "FileSaveContents" );
2213- ctk_action_set_visible (action , FALSE);
2214-
22152212 /* Load the UI */
22162213 error = NULL ;
22172214 priv -> ui_id = ctk_ui_manager_add_ui_from_resource (manager ,
You can’t perform that action at this time.
0 commit comments