diff options
author | monsta <[email protected]> | 2016-11-22 15:27:56 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-22 15:27:56 +0300 |
commit | 8f9a34f003061d7c5e6cfe8a8cb64ec6e98d7c4a (patch) | |
tree | 543e1bac4d1b62c465245d823a6d7f04599d25fa /baobab/src/baobab-remote-connect-dialog.c | |
parent | b4012a6ea1a1d4ba7f87fd37173a3c7b4717c544 (diff) | |
download | mate-utils-8f9a34f003061d7c5e6cfe8a8cb64ec6e98d7c4a.tar.bz2 mate-utils-8f9a34f003061d7c5e6cfe8a8cb64ec6e98d7c4a.tar.xz |
fix indent a bit and remove some weird commented code
Diffstat (limited to 'baobab/src/baobab-remote-connect-dialog.c')
-rw-r--r-- | baobab/src/baobab-remote-connect-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/baobab/src/baobab-remote-connect-dialog.c b/baobab/src/baobab-remote-connect-dialog.c index a8db624f..e8eed953 100644 --- a/baobab/src/baobab-remote-connect-dialog.c +++ b/baobab/src/baobab-remote-connect-dialog.c @@ -921,7 +921,6 @@ baobab_remote_connect_dialog_init (BaobabRemoteConnectDialog *dialog) table, TRUE, TRUE, 0); #endif - //dialog->details->uri_entry = caja_location_entry_new (); dialog->details->uri_entry = gtk_entry_new(); dialog->details->server_entry = gtk_entry_new (); dialog->details->share_entry = gtk_entry_new (); |