krb5-auth-dialog r133 - in trunk: . src
- From: guidog svn gnome org
- To: svn-commits-list gnome org
- Subject: krb5-auth-dialog r133 - in trunk: . src
- Date: Fri, 27 Mar 2009 07:06:37 +0000 (UTC)
Author: guidog
Date: Fri Mar 27 07:06:37 2009
New Revision: 133
URL: http://svn.gnome.org/viewvc/krb5-auth-dialog?rev=133&view=rev
Log:
remove unused headers
Modified:
trunk/ChangeLog
trunk/src/krb5-auth-applet.h
trunk/src/krb5-auth-dialog.c
trunk/src/krb5-auth-pwdialog.h
Modified: trunk/src/krb5-auth-applet.h
==============================================================================
--- trunk/src/krb5-auth-applet.h (original)
+++ trunk/src/krb5-auth-applet.h Fri Mar 27 07:06:37 2009
@@ -21,14 +21,9 @@
#ifndef KRB5_AUTH_APPLET_H
#define KRB5_AUTH_APPLET_H
-#include <glib.h>
#include <glib-object.h>
#include <glib/gprintf.h>
-#include <gtk/gtk.h>
#include <glade/glade.h>
-#ifdef HAVE_LIBNOTIFY
-#include <libnotify/notify.h>
-#endif /* HAVE_LIBNOTIFY */
#include <krb5.h>
#include "config.h"
Modified: trunk/src/krb5-auth-dialog.c
==============================================================================
--- trunk/src/krb5-auth-dialog.c (original)
+++ trunk/src/krb5-auth-dialog.c Fri Mar 27 07:06:37 2009
@@ -57,6 +57,7 @@
static gboolean canceled;
static gboolean invalid_auth;
static gboolean always_run;
+static gboolean is_online = TRUE;
static int grab_credentials (KaApplet* applet);
static int ka_renew_credentials (KaApplet* applet);
@@ -295,7 +296,6 @@
return errcode;
}
-static gboolean is_online = TRUE;
#ifdef ENABLE_NETWORK_MANAGER
static void
Modified: trunk/src/krb5-auth-pwdialog.h
==============================================================================
--- trunk/src/krb5-auth-pwdialog.h (original)
+++ trunk/src/krb5-auth-pwdialog.h Fri Mar 27 07:06:37 2009
@@ -23,7 +23,6 @@
#include <glib.h>
#include <glib-object.h>
-#include <gtk/gtk.h>
#include <glade/glade.h>
#include "config.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]