diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
| commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
| tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /print/gribouy/files/patch-src__gribouy-main.c | |
| parent | f474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff) | |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'print/gribouy/files/patch-src__gribouy-main.c')
| -rw-r--r-- | print/gribouy/files/patch-src__gribouy-main.c | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/print/gribouy/files/patch-src__gribouy-main.c b/print/gribouy/files/patch-src__gribouy-main.c new file mode 100644 index 000000000000..fc24fea27562 --- /dev/null +++ b/print/gribouy/files/patch-src__gribouy-main.c @@ -0,0 +1,26 @@ +--- src/gribouy-main.c.orig Thu Nov 20 04:01:59 2003 ++++ src/gribouy-main.c Thu Nov 20 04:03:00 2003 +@@ -660,10 +660,11 @@ + static GtkTreeIter * + model_append (const gchar *key, gpointer *value, GtkListStore **user_data) + { +- g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); + GtkTreeIter *iter; + GtkTreeSelection *selection; + ++ g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); ++ + iter = g_new0 (GtkTreeIter, 1); + gtk_list_store_append (GTK_LIST_STORE (*user_data), iter); + gtk_list_store_set (GTK_LIST_STORE (*user_data), +@@ -679,8 +680,9 @@ + static void + construct_model (gchar *key, gpointer *value, GtkListStore **user_data) + { +- g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); + GtkTreeIter iter; ++ ++ g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); + + gtk_list_store_append (GTK_LIST_STORE (*user_data), &iter); + gtk_list_store_set (GTK_LIST_STORE (*user_data), |
