aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-12-02 21:30:11 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-12-02 21:30:11 +0800
commitf7900226cb5862961d363dfd19c7fcedd6496817 (patch)
tree5aa2711b54bea76adc3f9ce60ff6f060ea7e7976
parentb82d3dcf35d88f3ea55c7f99359d7011835efd2b (diff)
downloadgsoc2013-evolution-f7900226cb5862961d363dfd19c7fcedd6496817.tar
gsoc2013-evolution-f7900226cb5862961d363dfd19c7fcedd6496817.tar.gz
gsoc2013-evolution-f7900226cb5862961d363dfd19c7fcedd6496817.tar.bz2
gsoc2013-evolution-f7900226cb5862961d363dfd19c7fcedd6496817.tar.lz
gsoc2013-evolution-f7900226cb5862961d363dfd19c7fcedd6496817.tar.xz
gsoc2013-evolution-f7900226cb5862961d363dfd19c7fcedd6496817.tar.zst
gsoc2013-evolution-f7900226cb5862961d363dfd19c7fcedd6496817.zip
added a label to the dialog to make it look less ugly.
2003-12-02 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/copy-source-dialog.c (copy_source_dialog): added a label to the dialog to make it look less ugly. svn path=/trunk/; revision=23578
-rw-r--r--calendar/gui/dialogs/copy-source-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/copy-source-dialog.c b/calendar/gui/dialogs/copy-source-dialog.c
index 0a123eb6e2..11b523a1f8 100644
--- a/calendar/gui/dialogs/copy-source-dialog.c
+++ b/calendar/gui/dialogs/copy-source-dialog.c
@@ -139,6 +139,7 @@ copy_source_dialog (GtkWindow *parent, ESource *source, CalObjType obj_type)
gtk_dialog_set_response_sensitive (GTK_DIALOG (csdd.dialog), GTK_RESPONSE_OK, FALSE);
label = gtk_label_new (_("Select destination source"));
+ gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (csdd.dialog)->vbox), label, FALSE, FALSE, 6);
csdd.conf_client = gconf_client_get_default ();