# HG changeset patch # User Christian Hammond # Date 1081147674 0 # Node ID 2714e30991dbdc9b6e4eadfe05a152b49d1a8d9d # Parent 4284ef84e8d20d0d19d762da2c34bfacaed0f742 [gaim-migrate @ 9331] Add a missing comma. committer: Tailor Script diff -r 4284ef84e8d2 -r 2714e30991db src/gtkaccount.c --- a/src/gtkaccount.c Mon Apr 05 04:30:44 2004 +0000 +++ b/src/gtkaccount.c Mon Apr 05 06:47:54 2004 +0000 @@ -776,7 +776,7 @@ gtk_list_store_append(model, &iter); gtk_list_store_set(model, &iter, 0, _("Use Global Proxy Settings"), - 1, GAIM_PROXY_USE_GLOBAL + 1, GAIM_PROXY_USE_GLOBAL, -1); gtk_list_store_append(model, &iter);