Mailing List Archive

NessusClient/nessus xstuff.h, 1.3, 1.4 xstuff.c, 1.2, 1.3 detached_index.c, 1.2, 1.3
Update of /usr/local/cvs/NessusClient/nessus
In directory raccoon.nessus.org:/tmp/cvs-serv94323

Modified Files:
xstuff.h xstuff.c detached_index.c
Log Message:
Move over close_window from xstuff to detached_index
where the last use of this method occurs.


Index: xstuff.h
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/xstuff.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xstuff.h 1 Feb 2007 23:02:43 -0000 1.3
+++ xstuff.h 2 Feb 2007 00:04:46 -0000 1.4
@@ -29,7 +29,6 @@
#ifndef _NESSUSC_XSTUFF_H
#define _NESSUSC_XSTUFF_H

-int close_window(GtkWidget * , GtkWidget * );
int delete_event(GtkWidget * nul, void * data);
GtkWidget *make_pixmap(GtkWidget *, GdkColor *, char **);
#endif

Index: xstuff.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/xstuff.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xstuff.c 1 Feb 2007 23:02:43 -0000 1.2
+++ xstuff.c 2 Feb 2007 00:04:46 -0000 1.3
@@ -36,12 +36,6 @@
#include "sighand.h"
#include "context.h"

-int close_window(GtkWidget * nul, GtkWidget * w)
-{
- gtk_widget_hide(w);
- /* gtk_widget_destroy(w); */
- return(FALSE);
-}
int delete_event(GtkWidget * nul, void * data)
{
return(FALSE);

Index: detached_index.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/detached_index.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- detached_index.c 11 Sep 2005 11:17:13 -0000 1.2
+++ detached_index.c 2 Feb 2007 00:04:46 -0000 1.3
@@ -30,7 +30,6 @@

#ifdef USE_GTK
#include <gtk/gtk.h>
-#include "xstuff.h"
#ifdef ENABLE_SAVE_TESTS
#include "comm.h"

@@ -77,6 +76,11 @@
}


+int close_window(GtkWidget * nul, GtkWidget * w)
+{
+ /* gtk_widget_destroy(w); */
+ return(FALSE);
+}

static int
_close_window(button, ctrls)

_______________________________________________
Nessus-cvs mailing list
Nessus-cvs@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus-cvs