Mailinglist Archive: opensuse-bugs (15797 mails)
< Previous | Next > |
[Bug 298343] xsane: segmentation fault
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 9 Aug 2007 15:05:27 -0600 (MDT)
- Message-id: <20070809210527.A14DE245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=298343#c3
JP Rosevear <jpr@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|bnc-team- |bnc-team-gnome-build@xxxxxxxxxxxxxxxxxxxxxx
|gnome@xxxxxxxxxxxxxxxxxxxxxx|
Severity|Critical |Normal
--- Comment #3 from JP Rosevear <jpr@xxxxxxxxxx> 2007-08-09 15:05:27 MST ---
Code is:
current_style =
gtk_style_copy(gtk_widget_get_style(xsane.tooltips->tip_window));
current_style->bg[GTK_STATE_NORMAL] = xsane.tooltips_bg;
Since its accessing the tip_window, should be fixed by:
2007-08-07 Kristian Rietveld <kris@xxxxxxxxxxx>
* gtk/gtktooltips.c (gtk_tooltips_init),
(gtk_tooltips_destroy), (gtk_tooltips_force_window): create a dummy
tip_window and tip_label, so old applications with code accessing
those fields won't crash.
In gtk > 2.11.6
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
JP Rosevear <jpr@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|bnc-team- |bnc-team-gnome-build@xxxxxxxxxxxxxxxxxxxxxx
|gnome@xxxxxxxxxxxxxxxxxxxxxx|
Severity|Critical |Normal
--- Comment #3 from JP Rosevear <jpr@xxxxxxxxxx> 2007-08-09 15:05:27 MST ---
Code is:
current_style =
gtk_style_copy(gtk_widget_get_style(xsane.tooltips->tip_window));
current_style->bg[GTK_STATE_NORMAL] = xsane.tooltips_bg;
Since its accessing the tip_window, should be fixed by:
2007-08-07 Kristian Rietveld <kris@xxxxxxxxxxx>
* gtk/gtktooltips.c (gtk_tooltips_init),
(gtk_tooltips_destroy), (gtk_tooltips_force_window): create a dummy
tip_window and tip_label, so old applications with code accessing
those fields won't crash.
In gtk > 2.11.6
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
< Previous | Next > |