| 1 /* |
1 /* |
| 2 * @file gtkdnd-hints.c GTK+ Drag-and-Drop arrow hints |
2 * @file gtkdnd-hints.c GTK+ Drag-and-Drop arrow hints |
| 3 * @ingroup gtkui |
3 * @ingroup gtkui |
| 4 * |
4 * |
| 5 * gaim |
5 * purple |
| 6 * |
6 * |
| 7 * Gaim is the legal property of its developers, whose names are too numerous |
7 * Purple is the legal property of its developers, whose names are too numerous |
| 8 * to list here. Please refer to the COPYRIGHT file distributed with this |
8 * to list here. Please refer to the COPYRIGHT file distributed with this |
| 9 * source distribution. |
9 * source distribution. |
| 10 * |
10 * |
| 11 * This program is free software; you can redistribute it and/or modify |
11 * This program is free software; you can redistribute it and/or modify |
| 12 * it under the terms of the GNU General Public License as published by |
12 * it under the terms of the GNU General Public License as published by |
| 120 done = TRUE; |
120 done = TRUE; |
| 121 |
121 |
| 122 for (i = 0; hint_windows[i].filename != NULL; i++) { |
122 for (i = 0; hint_windows[i].filename != NULL; i++) { |
| 123 gchar *fname; |
123 gchar *fname; |
| 124 |
124 |
| 125 fname = g_build_filename(DATADIR, "pixmaps", "gaim", |
125 fname = g_build_filename(DATADIR, "pixmaps", "purple", |
| 126 hint_windows[i].filename, NULL); |
126 hint_windows[i].filename, NULL); |
| 127 |
127 |
| 128 hint_windows[i].widget = dnd_hints_init_window(fname); |
128 hint_windows[i].widget = dnd_hints_init_window(fname); |
| 129 |
129 |
| 130 g_free(fname); |
130 g_free(fname); |