Mercurial > pidgin
changeset 7272:02f697df677b
[gaim-migrate @ 7849]
Whitespace stuff.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 15 Oct 2003 05:57:18 +0000 |
parents | c7dc0dba2c2c |
children | d152ea377e4a |
files | src/ft.c src/gtkft.c |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ft.c Wed Oct 15 05:56:07 2003 +0000 +++ b/src/ft.c Wed Oct 15 05:57:18 2003 +0000 @@ -658,7 +658,7 @@ { if (xfer->ops.cancel_recv != NULL) xfer->ops.cancel_recv(xfer); - } + } if (xfer->watcher != 0) { gaim_input_remove(xfer->watcher);
--- a/src/gtkft.c Wed Oct 15 05:56:07 2003 +0000 +++ b/src/gtkft.c Wed Oct 15 05:57:18 2003 +0000 @@ -582,7 +582,7 @@ sw = setup_tree(dialog); gtk_box_pack_start(GTK_BOX(vbox2), sw, TRUE, TRUE, 0); gtk_widget_set_size_request(sw,-1, 140); - + /* "Keep the dialog open" */ checkbox = gtk_check_button_new_with_mnemonic( _("_Keep the dialog open")); @@ -655,7 +655,7 @@ g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(pause_button_cb), dialog); - + /* Resume button */ button = gtk_button_new_with_mnemonic(_("_Resume")); gtk_widget_set_sensitive(button, FALSE); @@ -956,7 +956,7 @@ do_overwrite_cb(GaimXfer *xfer) { GaimGtkXferUiData *data; - + data = GAIM_GTKXFER(xfer); gaim_xfer_request_accepted(xfer, data->name); @@ -974,7 +974,7 @@ dont_overwrite_cb(GaimXfer *xfer) { GaimGtkXferUiData *data; - + data = GAIM_GTKXFER(xfer); g_free(data->name);