[shotwell/wip/gtk4] fixup! Remove Import from Application menus
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/gtk4] fixup! Remove Import from Application menus
- Date: Sun, 17 Apr 2022 12:30:44 +0000 (UTC)
commit 61f8059fe4be2792b9561d683d3823ed132d19f7
Author: Jens Georg <mail jensge org>
Date: Sat Apr 16 13:22:00 2022 +0200
fixup! Remove Import from Application menus
src/library/LibraryWindow.vala | 7 -------
1 file changed, 7 deletions(-)
---
diff --git a/src/library/LibraryWindow.vala b/src/library/LibraryWindow.vala
index 5357367c..a5896704 100644
--- a/src/library/LibraryWindow.vala
+++ b/src/library/LibraryWindow.vala
@@ -271,7 +271,6 @@ public class LibraryWindow : AppWindow {
private const GLib.ActionEntry[] common_actions = {
// Normal actions
{ "CommonFileImport", on_file_import },
- { "ExternalLibraryImport", on_external_library_import },
{ "CommonPreferences", on_preferences },
{ "CommonEmptyTrash", on_empty_trash },
{ "CommonJumpToEvent", on_jump_to_event },
@@ -547,12 +546,6 @@ public class LibraryWindow : AppWindow {
});
}
- private void on_external_library_import() {
- //Gtk.Dialog import_dialog = DataImportsUI.DataImportsDialog.get_or_create_instance();
-
- //import_dialog.run();
- }
-
protected override void update_common_action_availability(Page? old_page, Page? new_page) {
base.update_common_action_availability(old_page, new_page);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]