File gconf-editor-strict-aliasing.patch of Package gconf-editor
--- src/gconf-editor-window.c
+++ src/gconf-editor-window.c
@@ -179,7 +179,7 @@
static void
gconf_editor_window_edit_bookmarks (gpointer callback_data, guint action, GtkWidget *widget)
{
- static GtkWidget *dialog = NULL;
+ static gpointer dialog = NULL;
if (dialog != NULL) {
gtk_window_present (GTK_WINDOW (dialog));