diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-10 08:50:21 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-10 08:50:21 +0800 |
commit | 11cc8e069f3812b0b8f88d08d7b20d563807a39e (patch) | |
tree | bae5d146c82126de7c7845147498a721759ad00a /shell/ChangeLog | |
parent | 921933660b1dba5a93e98d7b244fcd439896ae9f (diff) | |
download | gsoc2013-evolution-11cc8e069f3812b0b8f88d08d7b20d563807a39e.tar.gz gsoc2013-evolution-11cc8e069f3812b0b8f88d08d7b20d563807a39e.tar.zst gsoc2013-evolution-11cc8e069f3812b0b8f88d08d7b20d563807a39e.zip |
use pango_layout_get_pixel_size here instead of pango_layout_get_width,
2003-01-09 Chris Toshok <toshok@ximian.com>
* e-shell-settings-dialog.c (set_dialog_size): use
pango_layout_get_pixel_size here instead of
pango_layout_get_width, which returns 0 (unless it's been set by
the user before, I believe).
svn path=/trunk/; revision=19382
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 87fa75b6f8..ec1a1bfe50 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-01-09 Chris Toshok <toshok@ximian.com> + + * e-shell-settings-dialog.c (set_dialog_size): use + pango_layout_get_pixel_size here instead of + pango_layout_get_width, which returns 0 (unless it's been set by + the user before, I believe). + 2003-01-09 Ettore Perazzoli <ettore@ximian.com> * evolution-shell-client.c (impl_dispose): Properly reset |