Mercurial > pidgin
changeset 18377:52436b1c0723
Whitespace changes.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 30 Jun 2007 22:23:25 +0000 |
parents | e56531865ea5 |
children | affffa44fad4 |
files | pidgin/gtkprefs.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkprefs.c Sat Jun 30 22:20:16 2007 +0000 +++ b/pidgin/gtkprefs.c Sat Jun 30 22:23:25 2007 +0000 @@ -631,15 +631,15 @@ } static void -request_theme_file_name_cb (gpointer data, char *theme_file_name) +request_theme_file_name_cb(gpointer data, char *theme_file_name) { - theme_install_theme (theme_file_name, NULL) ; + theme_install_theme(theme_file_name, NULL) ; } static void -add_theme_button_clicked_cb (GtkWidget *widget, gpointer null) +add_theme_button_clicked_cb(GtkWidget *widget, gpointer null) { - purple_request_file (NULL, "Install Theme", NULL, FALSE, (GCallback)request_theme_file_name_cb, NULL, NULL, NULL, NULL, NULL) ; + purple_request_file(NULL, "Install Theme", NULL, FALSE, (GCallback)request_theme_file_name_cb, NULL, NULL, NULL, NULL, NULL) ; } static void