From 73334e01c47a37c4c0f9c3d3778be2a8df826ba1 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Sun, 28 Apr 2024 16:02:24 +0200 Subject: FIX Disabled non working clipboard - low value --- shell/callbacks.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell/callbacks.c') diff --git a/shell/callbacks.c b/shell/callbacks.c index 3b39253c..d011623a 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -258,12 +258,12 @@ void cb_refresh() shell_do_reload(TRUE); } -void cb_copy_to_clipboard() +/*void cb_copy_to_clipboard() { ShellModuleEntry *entry = shell_get_main_shell()->selected; if (entry) { - gchar *data = module_entry_function(entry); + gchar *data = module_entry_function(entry); GtkClipboard *clip = gtk_clipboard_get(gdk_atom_intern("CLIPBOARD", FALSE)); ReportContext *ctx = report_context_text_new(NULL); @@ -280,6 +280,7 @@ void cb_copy_to_clipboard() report_context_free(ctx); } } +*/ void cb_side_pane() { -- cgit v1.2.3