summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-open-with-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcaja-private/caja-open-with-dialog.c')
-rw-r--r--libcaja-private/caja-open-with-dialog.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libcaja-private/caja-open-with-dialog.c b/libcaja-private/caja-open-with-dialog.c
index dcffd4c2..6e908e29 100644
--- a/libcaja-private/caja-open-with-dialog.c
+++ b/libcaja-private/caja-open-with-dialog.c
@@ -390,7 +390,6 @@ response_cb (CajaOpenWithDialog *dialog,
}
-
static void
caja_open_with_dialog_class_init (CajaOpenWithDialogClass *class)
{
@@ -610,7 +609,6 @@ caja_open_with_dialog_add_icon_idle (CajaOpenWithDialog *dialog)
return TRUE;
}
-
static gboolean
caja_open_with_search_equal_func (GtkTreeModel *model,
int column,
@@ -688,8 +686,6 @@ caja_open_with_search_equal_func (GtkTreeModel *model,
}
}
-
-
static gboolean
caja_open_with_dialog_add_items_idle (CajaOpenWithDialog *dialog)
{
@@ -884,7 +880,6 @@ caja_open_with_dialog_init (CajaOpenWithDialog *dialog)
FALSE, FALSE, 0);
gtk_widget_show (dialog->details->label);
-
scrolled_window = gtk_scrolled_window_new (NULL, NULL);
gtk_widget_set_size_request (scrolled_window, 400, 300);
@@ -923,11 +918,9 @@ caja_open_with_dialog_init (CajaOpenWithDialog *dialog)
(GSourceFunc) caja_open_with_dialog_add_items_idle,
dialog, NULL);
-
gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), vbox, TRUE, TRUE, 0);
gtk_widget_show_all (vbox);
-
expander = gtk_expander_new_with_mnemonic (_("_Use a custom command"));
gtk_box_pack_start (GTK_BOX (vbox), expander, FALSE, FALSE, 0);
g_signal_connect_after (expander, "activate", G_CALLBACK (expander_toggled), dialog);
@@ -972,7 +965,6 @@ caja_open_with_dialog_init (CajaOpenWithDialog *dialog)
"process-stop",
GTK_RESPONSE_CANCEL);
-
/* Create a custom stock icon */
dialog->details->button = gtk_button_new ();
@@ -999,7 +991,6 @@ caja_open_with_dialog_init (CajaOpenWithDialog *dialog)
gtk_dialog_add_action_widget (GTK_DIALOG (dialog),
dialog->details->button, RESPONSE_OPEN);
-
gtk_dialog_set_default_response (GTK_DIALOG (dialog),
RESPONSE_OPEN);
@@ -1151,7 +1142,6 @@ set_uri_and_type (CajaOpenWithDialog *dialog,
g_free (name);
}
-
static GtkWidget *
real_caja_open_with_dialog_new (const char *uri,
const char *mime_type,