Skip to content
Snippets Groups Projects
Commit 027937a8 authored by edgrif's avatar edgrif
Browse files

args for remoteinstaller wrong way round.

parent bb823872
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@
* Exported functions: See zmapControl_P.h
*
* HISTORY:
* Last edited: Sep 7 13:55 2009 (edgrif)
* Last edited: Feb 4 16:23 2010 (edgrif)
* Created: Thu Jul 12 14:54:30 2007 (rds)
* CVS info: $Id: zmapControlRemoteReceive.c,v 1.7 2009-09-09 09:42:41 edgrif Exp $
* CVS info: $Id: zmapControlRemoteReceive.c,v 1.8 2010-02-04 16:58:03 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -157,7 +157,7 @@ static char *actions_G[ZMAPCONTROL_REMOTE_UNKNOWN + 1] =
NULL
};
void zmapControlRemoteInstaller(ZMap zmap, GtkWidget *widget)
void zmapControlRemoteInstaller(GtkWidget *widget, ZMap zmap)
{
zMapXRemoteInitialiseWidget(widget, PACKAGE_NAME,
ZMAP_DEFAULT_REQUEST_ATOM_NAME,
......
......@@ -25,9 +25,9 @@
* Description: Private header for interface that creates/manages/destroys
* instances of ZMaps.
* HISTORY:
* Last edited: Jun 7 00:44 2009 (rds)
* Last edited: Feb 4 16:26 2010 (edgrif)
* Created: Thu Jul 24 14:39:06 2003 (edgrif)
* CVS info: $Id: zmapControl_P.h,v 1.73 2009-06-08 09:17:58 rds Exp $
* CVS info: $Id: zmapControl_P.h,v 1.74 2010-02-04 16:59:07 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_CONTROL_P_H
......@@ -207,7 +207,7 @@ void zmapControlDoKill(ZMap zmap) ;
void zmapControlLoadCB (ZMap zmap) ;
void zmapControlResetCB (ZMap zmap) ;
void zmapControlRemoteInstaller(ZMap zmap, GtkWidget *widget);
void zmapControlRemoteInstaller(GtkWidget *widget, ZMap zmap) ;
gboolean zmapControlRemoteAlertClient(ZMap zmap,
char *action, GArray *xml_events,
ZMapXMLObjTagFunctions start_handlers,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment