aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-24 03:31:23 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-24 03:31:23 +0800
commit392239818d860883452d2e5ec2ca7fe8fa110845 (patch)
tree836564d651af49254099089a1c991466a11f89ad /shell/e-shell-view.c
parentb110f7e404759128793256335e7bff866ce97d81 (diff)
downloadgsoc2013-evolution-392239818d860883452d2e5ec2ca7fe8fa110845.tar
gsoc2013-evolution-392239818d860883452d2e5ec2ca7fe8fa110845.tar.gz
gsoc2013-evolution-392239818d860883452d2e5ec2ca7fe8fa110845.tar.bz2
gsoc2013-evolution-392239818d860883452d2e5ec2ca7fe8fa110845.tar.lz
gsoc2013-evolution-392239818d860883452d2e5ec2ca7fe8fa110845.tar.xz
gsoc2013-evolution-392239818d860883452d2e5ec2ca7fe8fa110845.tar.zst
gsoc2013-evolution-392239818d860883452d2e5ec2ca7fe8fa110845.zip
Update for new args to e_clipped_label_new().
* e-shell-view.c (create_label_for_empty_page): Update for new args to e_clipped_label_new(). * e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct): Make the title label bold and larger using the new args to e_clipped_label_new(). svn path=/trunk/; revision=19592
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 6ce2098eb8..a57ef10579 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -230,7 +230,7 @@ create_label_for_empty_page (void)
{
GtkWidget *label;
- label = e_clipped_label_new (_("(No folder displayed)"));
+ label = e_clipped_label_new (_("(No folder displayed)"), PANGO_WEIGHT_NORMAL, 1.0);
gtk_widget_show (label);
return label;