summaryrefslogtreecommitdiff
path: root/baobab/src/baobab-remote-connect-dialog.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:16:49 +0200
committerraveit65 <[email protected]>2021-11-24 22:38:06 +0100
commit988e071b6bb8c358f44fa4f243af38db260c4888 (patch)
treef6766f33f7c1689a7feb07b6b1a5e5731ec9e65b /baobab/src/baobab-remote-connect-dialog.c
parent3d70c8ec7b5b3847fe906974dc178d03a05bdaf7 (diff)
downloadmate-utils-988e071b6bb8c358f44fa4f243af38db260c4888.tar.bz2
mate-utils-988e071b6bb8c358f44fa4f243af38db260c4888.tar.xz
Use a blank line at most
Diffstat (limited to 'baobab/src/baobab-remote-connect-dialog.c')
-rw-r--r--baobab/src/baobab-remote-connect-dialog.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/baobab/src/baobab-remote-connect-dialog.c b/baobab/src/baobab-remote-connect-dialog.c
index 826d6389..10d9f940 100644
--- a/baobab/src/baobab-remote-connect-dialog.c
+++ b/baobab/src/baobab-remote-connect-dialog.c
@@ -34,7 +34,6 @@
#include "baobab.h"
-
/* Translators: all the strings in this file are meant to map the
similar strings inside caja-connect-server and should be
translated the same way
@@ -56,7 +55,6 @@ G_DEFINE_TYPE(BaobabRemoteConnectDialog, baobab_remote_connect_dialog, GTK_TYPE_
#define RESPONSE_CONNECT GTK_RESPONSE_OK
-
static void
display_error_dialog (GError *error,
GFile *location,
@@ -653,7 +651,6 @@ baobab_remote_connect_dialog_init (BaobabRemoteConnectDialog *dialog)
1, get_method_description (&(methods[i])),
-1);
-
if (methods[i].flags & DEFAULT_METHOD) {
gtk_combo_box_set_active_iter (GTK_COMBO_BOX (combo), &iter);
}
@@ -682,7 +679,6 @@ baobab_remote_connect_dialog_init (BaobabRemoteConnectDialog *dialog)
gtk_box_pack_start (GTK_BOX (hbox),
label, FALSE, FALSE, 0);
-
dialog->details->grid = grid = gtk_grid_new ();
gtk_grid_set_row_spacing (GTK_GRID (grid), 6);
gtk_grid_set_column_spacing (GTK_GRID (grid), 12);