forked from AuroraMiddleware/gtk
Don't free the value.
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinteroptionwidget.c (radio_changed_cb): Don't free the value.
This commit is contained in:
parent
be8f3c72ea
commit
f3843afead
@ -1,3 +1,8 @@
|
||||
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprinteroptionwidget.c (radio_changed_cb): Don't free
|
||||
the value.
|
||||
|
||||
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Apply a patch by John Palmieri to use buffered io using
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprinteroptionwidget.c (radio_changed_cb): Don't free
|
||||
the value.
|
||||
|
||||
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Apply a patch by John Palmieri to use buffered io using
|
||||
|
@ -494,7 +494,6 @@ radio_changed_cb (GtkWidget *button,
|
||||
value = g_object_get_data (G_OBJECT (button), "value");
|
||||
if (value)
|
||||
gtk_printer_option_set (priv->source, value);
|
||||
g_free (value);
|
||||
g_signal_handler_unblock (priv->source, priv->source_changed_handler);
|
||||
emit_changed (widget);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user