diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 22:44:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-25 00:32:27 +0800 |
commit | edaad58496e20b817036e167ce63239da272f5cf (patch) | |
tree | 7d7a1624d009398d08371ea7e516ff09265092b5 /libempathy-gtk/empathy-contact-dialogs.c | |
parent | 2e8c433a836739bcaf62bd50cea4c3992534818e (diff) | |
download | gsoc2013-empathy-edaad58496e20b817036e167ce63239da272f5cf.tar gsoc2013-empathy-edaad58496e20b817036e167ce63239da272f5cf.tar.gz gsoc2013-empathy-edaad58496e20b817036e167ce63239da272f5cf.tar.bz2 gsoc2013-empathy-edaad58496e20b817036e167ce63239da272f5cf.tar.lz gsoc2013-empathy-edaad58496e20b817036e167ce63239da272f5cf.tar.xz gsoc2013-empathy-edaad58496e20b817036e167ce63239da272f5cf.tar.zst gsoc2013-empathy-edaad58496e20b817036e167ce63239da272f5cf.zip |
empathy-contact-dialogs: remove trailing tabs
Diffstat (limited to 'libempathy-gtk/empathy-contact-dialogs.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-dialogs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c index 307b0fbb3..39edbf579 100644 --- a/libempathy-gtk/empathy-contact-dialogs.c +++ b/libempathy-gtk/empathy-contact-dialogs.c @@ -398,7 +398,7 @@ empathy_new_contact_dialog_show (GtkWindow *parent) button, GTK_RESPONSE_CANCEL); gtk_widget_show (button); - + /* Add button */ button = gtk_button_new_with_label (GTK_STOCK_ADD); gtk_button_set_use_stock (GTK_BUTTON (button), TRUE); |