aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-08-07 21:56:21 +0800
committerMilan Crha <mcrha@redhat.com>2012-08-07 21:57:24 +0800
commitad9390872fd3f1516a9295b013fa56fe6f7a01c9 (patch)
treec065a4316b49bbbb1bebc5fcb7206ab679ddb8fd /widgets
parent3720a02cd82945b6d0da8169d0d4894083f5ea2c (diff)
downloadgsoc2013-evolution-ad9390872fd3f1516a9295b013fa56fe6f7a01c9.tar.gz
gsoc2013-evolution-ad9390872fd3f1516a9295b013fa56fe6f7a01c9.tar.zst
gsoc2013-evolution-ad9390872fd3f1516a9295b013fa56fe6f7a01c9.zip
Bug #678408 - Mail view is very small for some mails
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-web-view.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c
index bb755b134c..e4d7be7e09 100644
--- a/widgets/misc/e-web-view.c
+++ b/widgets/misc/e-web-view.c
@@ -578,11 +578,20 @@ web_view_load_status_changed_cb (WebKitWebView *web_view,
gpointer user_data)
{
WebKitLoadStatus status;
+ GtkAllocation allocation, allocation_copy;
status = webkit_web_view_get_load_status (web_view);
if (status != WEBKIT_LOAD_FINISHED)
return;
+ /* Workaround webkit bug https://bugs.webkit.org/show_bug.cgi?id=89553 */
+ gtk_widget_get_allocation (GTK_WIDGET (web_view), &allocation_copy);
+ allocation = allocation_copy;
+ allocation.width -= 10;
+ allocation.height -= 10;
+ gtk_widget_size_allocate (GTK_WIDGET (web_view), &allocation);
+ gtk_widget_size_allocate (GTK_WIDGET (web_view), &allocation_copy);
+
web_view_update_document_highlights (E_WEB_VIEW (web_view));
}
w44/cgit/cgit.cgi/gsoc2013-evolution/commit/po?id=39e61ddef32c3781c3a48135210cf618045daf87'>add smime files.Chris Toshok2003-10-242-0/+7 * more files removedJeffrey Stedfast2003-10-231-2/+0 * removed stale etspec filesJeffrey Stedfast2003-10-231-2/+0 * removed more filesJeffrey Stedfast2003-10-231-1/+0 * Removed some unused mail source filesJeffrey Stedfast2003-10-232-4/+4 * update to match the tree.Dan Winship2003-10-223-77/+76 * Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-2231-96866/+92374 * Pass make distRodrigo Moya2003-10-1630-83286/+85892 * UpdatedRodrigo Moya2003-10-165-10425/+12311 * removed calendar-model.c.Rodrigo Moya2003-10-162-1/+4 * Updated Norwegian Nynorsk translation.Åsmund Skjæveland2003-10-132-1310/+1184 * Updated Norwegian (nynorsk) translation.Åsmund Skjæveland2003-10-032-425/+306 * Updated Norwegian (nynorsk) translation.Åsmund Skjæveland2003-10-012-583/+769 * Updated Norwegian (nynorsk) translation.Åsmund Skjæveland2003-09-271-0/+4 * Updated Norwegian (nynorsk) translation.Åsmund Skjæveland2003-09-261-197/+213 * Updated Slovak translation.Stanislav Visnovsky2003-09-262-373/+312 * Updated Slovak translation.Stanislav Visnovsky2003-09-262-1375/+882 * Updated.Åsmund Skjæveland2003-09-242-726/+608 * Minor update.Åsmund Skjæveland2003-09-232-2375/+2470 * And now with correct charset. Sorry.Åsmund Skjæveland2003-09-182-803/+809 * Roughly two hundred strings translated or defuzzed. Still a long way to goÅsmund Skjæveland2003-09-172-1755/+1991 * Update date translation on reply...Marco Ciampa2003-09-152-3/+7 * Commit ChangeLog entry too.Hans Petter2003-09-121-0/+5 * Add some files that were missing, remove some test programs that don'tHans Petter Jansson2003-09-121-43/+59 * Updated italian translation (small fixies).Marco Ciampa2003-09-102-10/+13 * *** empty log message ***Wang Jian2003-09-072-1021/+969 * Removed illegal '-'s from strptime msgstr, this fixes #43558, AppointmentSuresh Chandrasekharan2003-08-212-39/+45 * minor chang in ChangLogHasbullah Bin Pit2003-08-211-1/+1 * Added initial Malay Translation by MIMOS Open Source Development GroupHasbullah Bin Pit2003-08-212-5875/+6446 * *** empty log message ***Wang Jian2003-08-072-3430/+2505 * Fix a bug (control characters accidentally inserted into the file?) and aDan Winship2003-08-062-3/+8 * Updated italian translation (final revision done).Marco Ciampa2003-08-052-70/+63 * Updated italian traslationMarco Ciampa2003-08-052-117/+103 * Updated italian translation.Marco Ciampa2003-08-041-130/+111 * Updated italian traslation (under revision 35% done)Marco Ciampa2003-08-042-109/+97 * retryingSajith VK2003-08-021-0/+27397 * Updated French translation.Christophe Merlet2003-08-022-2875/+2966 * Updated italian translation (under revision 25% completed)Marco Ciampa2003-08-022-183/+155 * Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-08-012-492/+528 * Updated Serbian translation by Serbian team (Prevod.org).Danilo Å egan2003-07-264-1677/+1842 * Updated italian translation.Marco Ciampa2003-07-262-105/+7 * Updated German translation.Christian Neumair2003-07-232-1521/+976 * Added initial Malay Translation by MIMOS Open Source Development GroupHasbullah Bin Pit2003-07-213-1/+27695 * Convert unmaintained translations to UTF-8Kwok-Koon Cheung2003-07-195-13661/+14078 * Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-07-102-2/+7 * Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-07-07