Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-22 16:14:10 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-22 16:14:10 (GMT)
commitbc0670b7f0170108f71923ddb7aefddb3cbad08b (patch)
tree9260b895b013ea83c98c927f2d0f7de2c1900894
parentf70259ac7eb87fe33ba3c99afc20b044f9121cb6 (diff)
"marco, maybe we should be crazy and jump right to 6! :)"
2005-09-22 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-page-action.c: (page_changed_cb): "marco, maybe we should be crazy and jump right to 6! :)" Bryan Clark, Sep 2005
-rw-r--r--ChangeLog8
-rw-r--r--shell/ev-page-action.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de71256..29bbe46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
+ * shell/ev-page-action.c: (page_changed_cb):
+
+ "marco, maybe we should be crazy and jump right to 6! :)"
+
+ Bryan Clark, Sep 2005
+
+2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
+
* ps/ps-document.c: (save_document), (ps_document_save),
(ps_document_ps_export_begin), (ps_document_ps_export_do_page),
(ps_document_ps_export_end):
diff --git a/shell/ev-page-action.c b/shell/ev-page-action.c
index a316f35..73152b4 100644
--- a/shell/ev-page-action.c
+++ b/shell/ev-page-action.c
@@ -185,7 +185,7 @@ page_changed_cb (EvPageCache *page_cache,
gtk_entry_set_width_chars (GTK_ENTRY (proxy->entry),
CLAMP (ev_page_cache_get_max_label_chars (page_cache),
- 4, 12));
+ 6, 12));
page_label = ev_page_cache_get_page_label (page_cache, page);
gtk_entry_set_text (GTK_ENTRY (proxy->entry), page_label);