From a91e78fc7199e5b157a49be032ccf5c8634f3f03 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 21 Oct 2006 16:32:15 +0000 Subject: [PATCH] Adding copyright notices --- src/callbacks.c | 3 ++- src/callbacks.h | 3 ++- src/common.c | 3 ++- src/compose.c | 5 +++-- src/compose.h | 3 ++- src/mailer.c | 3 ++- src/mailer.h | 3 ++- src/main.c | 3 ++- 8 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/callbacks.c b/src/callbacks.c index 127daaa..7d3d785 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -1,4 +1,5 @@ -/* callbacks.c */ +/* $Id$ */ +/* Copyright (c) 2006 The DeforaOS Project */ diff --git a/src/callbacks.h b/src/callbacks.h index a9216ab..d4f0327 100644 --- a/src/callbacks.h +++ b/src/callbacks.h @@ -1,4 +1,5 @@ -/* callbacks.h */ +/* $Id$ */ +/* Copyright (c) 2006 The DeforaOS Project */ diff --git a/src/common.c b/src/common.c index 024550d..d730f57 100644 --- a/src/common.c +++ b/src/common.c @@ -1,4 +1,5 @@ -/* common.c */ +/* $Id$ */ +/* Copyright (c) 2006 The DeforaOS Project */ diff --git a/src/compose.c b/src/compose.c index c177611..13e9504 100644 --- a/src/compose.c +++ b/src/compose.c @@ -1,4 +1,5 @@ -/* compose.c */ +/* $Id$ */ +/* Copyright (c) 2006 The DeforaOS Project */ @@ -255,7 +256,7 @@ static int _send_mail(Compose * compose, char * msg, size_t msg_len) widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL); g_signal_connect(G_OBJECT(widget), "clicked", G_CALLBACK( on_send_cancel), compose); - gtk_box_pack_start(GTK_BOX(hbox), widget, FALSE, FALSE, 0); + gtk_box_pack_start(GTK_BOX(hbox), widget, FALSE, TRUE, 0); gtk_container_set_border_width(GTK_CONTAINER(compose->snd_window), 4); gtk_container_add(GTK_CONTAINER(compose->snd_window), hbox); gtk_widget_show_all(compose->snd_window); diff --git a/src/compose.h b/src/compose.h index b40d2b1..e0c6d17 100644 --- a/src/compose.h +++ b/src/compose.h @@ -1,4 +1,5 @@ -/* compose.h */ +/* $Id$ */ +/* Copyright (c) 2006 The DeforaOS Project */ diff --git a/src/mailer.c b/src/mailer.c index 464a136..0b8dd02 100644 --- a/src/mailer.c +++ b/src/mailer.c @@ -1,4 +1,5 @@ -/* mailer.c */ +/* $Id$ */ +/* Copyright (c) 2006 The DeforaOS Project */ diff --git a/src/mailer.h b/src/mailer.h index 70eaf9e..b983e5e 100644 --- a/src/mailer.h +++ b/src/mailer.h @@ -1,4 +1,5 @@ -/* mailer.h */ +/* $Id$ */ +/* Copyright (c) 2006 The DeforaOS Project */ diff --git a/src/main.c b/src/main.c index d4769fa..1770419 100644 --- a/src/main.c +++ b/src/main.c @@ -1,4 +1,5 @@ -/* main.c */ +/* $Id$ */ +/* Copyright (c) 2006 The DeforaOS Project */