~ubuntu-branches/ubuntu/karmic/thunderbird/karmic-security

« back to all changes in this revision

Viewing changes to debian/patches/bz389801-theme-crash-with-GtkOptionMenu-indicator_size-and-indicator_spacing.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2007-09-19 18:21:22 UTC
  • Revision ID: james.westby@ubuntu.com-20070919182122-75eqtiheyxxxb3mt
Tags: 2.0.0.6-0ubuntu3
* debian/patches/bz389801-theme-crash-with-GtkOptionMenu-indicator_size-and-indicator_spacing.patch,
  series: prefetch latest patch from bugzilla 389801 to theme dependent
  top-crash. (LP: #129007)
* debian/thunderbird.desktop: add finish and swedish translations to
  .desktop file (LP: #126112).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- mozilla/gfx/src/gtk/gtk2drawing.c.fixgtk212 2005-09-13 05:30:53.000000000 +0200
 
2
+++ mozilla/gfx/src/gtk/gtk2drawing.c   2007-09-06 09:42:34.000000000 +0200
 
3
@@ -551,8 +551,8 @@ moz_gtk_option_menu_get_metrics(gboolean
 
4
     else
 
5
         *indicator_spacing = default_indicator_spacing;
 
6
 
 
7
-    g_free(tmp_indicator_size);
 
8
-    g_free(tmp_indicator_spacing);
 
9
+    gtk_requisition_free(tmp_indicator_size);
 
10
+    gtk_border_free(tmp_indicator_spacing);
 
11
  
 
12
     return MOZ_GTK_SUCCESS;
 
13
 }
 
14