diff src/gtkconn.c @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents ff4551719cc7
children 770233dad86c
line wrap: on
line diff
--- a/src/gtkconn.c	Mon Sep 29 22:56:15 2003 +0000
+++ b/src/gtkconn.c	Mon Sep 29 23:39:02 2003 +0000
@@ -289,12 +289,12 @@
 	gaim_gtk_connection_report_disconnect
 };
 
-GaimConnectionUiOps *gaim_get_gtk_connection_ui_ops(void)
+GaimConnectionUiOps *
+gaim_gtk_connections_get_ui_ops(void)
 {
 	return &conn_ui_ops;
 }
 
-
 void away_on_login(const char *mesg)
 {
 	GSList *awy = away_messages;