[PVFS2-CVS] commit by pw in pvfs2/src/apps/karma: menu.c

CVS commit program cvs at parl.clemson.edu
Thu Jun 16 17:40:16 EDT 2005


Update of /projects/cvsroot/pvfs2/src/apps/karma
In directory parlweb:/tmp/cvs-serv5781/src/apps/karma

Modified Files:
	menu.c 
Log Message:
this var should be extern


Index: menu.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/karma/menu.c,v
diff -u -p -u -r1.4 -r1.5
--- menu.c	10 Feb 2004 18:15:43 -0000	1.4
+++ menu.c	16 Jun 2005 20:40:16 -0000	1.5
@@ -39,7 +39,7 @@ static GtkItemFactoryEntry menu_items[] 
     "<Item>" },
 };
 
-static GtkWidget *main_window = NULL;
+GtkWidget *main_window = NULL;
 
 /* gui_menu_setup(window)
  *



More information about the PVFS2-CVS mailing list