mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 11:50:29 +01:00
2005-01-19 Kjartan Maraas <kmaraas@gnome.org>
* panel-applet/NMWirelessApplet.c: #include <config.h> must be the first include for working i18n. Also, don't include it in .h files * panel-applet/NMWirelessApplet.h: Same * panel-applet/NMWirelessAppletOtherNetworkDialog.c: Same * panel-applet/menu-info.c: Same git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@384 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
5fad0d9e9f
commit
80df4b9232
5 changed files with 21 additions and 6 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2005-01-19 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* panel-applet/NMWirelessApplet.c: #include <config.h> must be
|
||||
the first include for working i18n. Also, don't include it in .h files
|
||||
* panel-applet/NMWirelessApplet.h: Same
|
||||
* panel-applet/NMWirelessAppletOtherNetworkDialog.c: Same
|
||||
* panel-applet/menu-info.c: Same
|
||||
|
||||
2005-01-18 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* dhcpcd/client.c
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@
|
|||
* (C) Copyright 2001, 2002 Free Software Foundation
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
|
@ -36,8 +40,6 @@
|
|||
#include <math.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
|
||||
#include <libgnomeui/libgnomeui.h>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#ifndef NM_WIRELESS_APPLET_H
|
||||
#define NM_WIRELESS_APPLET_H
|
||||
#include "config.h"
|
||||
#include <gnome.h>
|
||||
#include <gconf/gconf-client.h>
|
||||
#include <glade/glade.h>
|
||||
|
|
|
|||
|
|
@ -26,11 +26,13 @@
|
|||
* (C) Copyright 2001, 2002 Free Software Foundation
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <libgnomeui/libgnomeui.h>
|
||||
#include <glade/glade.h>
|
||||
|
|
|
|||
|
|
@ -25,13 +25,17 @@
|
|||
* (C) Copyright 2004 Red Hat, Inc.
|
||||
* Copyright (C) 1999, 2000 Eazel, Inc.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <libintl.h>
|
||||
#include <string.h>
|
||||
#include "menu-info.h"
|
||||
#include "gtkcellview.h"
|
||||
#include "gtkcellrendererprogress.h"
|
||||
#include "NMWirelessAppletDbus.h"
|
||||
#include <config.h>
|
||||
|
||||
static gboolean nm_menu_wired_expose_event (GtkWidget *widget, GdkEventExpose *event);
|
||||
static gboolean nm_menu_wireless_expose_event (GtkWidget *widget, GdkEventExpose *event);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue