summaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@cvs.gnome.org>2005-07-08 23:21:34 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-07-08 23:21:34 +0000
commit21f7bc6a54636c749cf5514e091feb68cc88907b (patch)
treeff059e33b5d7a16687db8003ba1da7f4da20dbc4 /src/about.c
parentd6f1d76768fe99c0f67545a9b6da98411733ffca (diff)
general code cleanups. Contribution from Benoît Dejean.
2005-07-08 Lucas Rocha <lucasr@cvs.gnome.org> * src/about.c, src/calendar.c, src/fileselection.c, src/option.c, src/progress.c, src/text.c, src/tree.c, src/util.c: general code cleanups. Contribution from Benoît Dejean.
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c
index 1b9d921..6522e3c 100644
--- a/src/about.c
+++ b/src/about.c
@@ -255,7 +255,7 @@ zenity_create_clothes (GtkWidget *canvas_board)
GdkPixbuf *pixbuf;
GnomeCanvasItem *canvas_item;
gchar *pixbuf_path;
- gint i;
+ size_t i;
for (i = 0; i < G_N_ELEMENTS (monk_clothes); i++) {
pixbuf_path = g_strconcat (ZENITY_CLOTHES_PATH, monk_clothes[i].filename, NULL);
@@ -557,7 +557,6 @@ static void
zenity_about_dialog_response (GtkWidget *widget, int response, gpointer data)
{
ZenityData *zen_data = data;
- GError *error = NULL;
switch (response) {
case GTK_RESPONSE_OK: