summaryrefslogtreecommitdiff
path: root/misc/goffice0.5/patches/patch-ab
blob: 8892ab9f377d7b375563ee45f71765673817d0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.2 2007/11/08 19:38:38 wiz Exp $

for sunpro.

--- goffice/graph/gog-guru.c.orig	2007-10-10 00:08:45.000000000 +0000
+++ goffice/graph/gog-guru.c
@@ -1307,7 +1307,7 @@ gog_guru (GogGraph *graph, GogDataAlloca
 	g_object_set_data_full (G_OBJECT (state->dialog),
 		"state", state, (GDestroyNotify) graph_guru_state_destroy);
 
-#warning for 0.5.0 remove this and have the callers set transient and handle show, then drop the toplevel arg
+#warning "for 0.5.0 remove this and have the callers set transient and handle show, then drop the toplevel arg"
 	go_gtk_nonmodal_dialog (toplevel, GTK_WINDOW (state->dialog));
 	gtk_widget_show (GTK_WIDGET (state->dialog));