phonemgr r333 - in trunk: . src
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: phonemgr r333 - in trunk: . src
- Date: Wed, 4 Feb 2009 16:45:25 +0000 (UTC)
Author: hadess
Date: Wed Feb 4 16:45:25 2009
New Revision: 333
URL: http://svn.gnome.org/viewvc/phonemgr?rev=333&view=rev
Log:
2009-02-04 Bastien Nocera <hadess hadess net>
* src/e-phone-entry.h:
* src/phonemgr-chooser-button.h:
Patch from PrzemysÅaw Grzegorczyk <pgrzegorczyk gmail com>
to fix build with a single include GTK+ (Closes: #565036)
Modified:
trunk/ChangeLog
trunk/src/e-phone-entry.h
trunk/src/phonemgr-chooser-button.h
Modified: trunk/src/e-phone-entry.h
==============================================================================
--- trunk/src/e-phone-entry.h (original)
+++ trunk/src/e-phone-entry.h Wed Feb 4 16:45:25 2009
@@ -24,7 +24,7 @@
#ifndef PHONE_ENTRY_H
#define PHONE_ENTRY_H
-#include <gtk/gtkentry.h>
+#include <gtk/gtk.h>
#include "e-contact-entry.h"
G_BEGIN_DECLS
Modified: trunk/src/phonemgr-chooser-button.h
==============================================================================
--- trunk/src/phonemgr-chooser-button.h (original)
+++ trunk/src/phonemgr-chooser-button.h Wed Feb 4 16:45:25 2009
@@ -21,7 +21,7 @@
#ifndef __PHONEMGR_CHOOSER_BUTTON_H__
#define __PHONEMGR_CHOOSER_BUTTON_H__
-#include <gtk/gtkbutton.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]