View | Details | Raw Unified
Collapse All | Expand All

(-) dasher-4.6.1/Src/Gtk2/dasher_editor.cpp (-2 / +2 lines)
 Lines 23-31    Link Here 
#include <glib/gi18n.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
/* TODO: r4epair gnome libs flags (or get rid of entirely) */
/* TODO: r4epair gnome libs flags (or get rid of entirely) */
//#ifdef GNOME_LIBS 
#ifdef GNOME_LIBS 
#include <libgnomevfs/gnome-vfs.h> 
#include <libgnomevfs/gnome-vfs.h> 
//#endif
#endif
#include "dasher_action_keyboard.h"
#include "dasher_action_keyboard.h"
#ifdef WITH_MAEMO
#ifdef WITH_MAEMO
(-) dasher-4.6.1/Src/Gtk2/dasher_editor_internal.cpp (-2 / +2 lines)
 Lines 3-11    Link Here 
#include <glib/gi18n.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
/* TODO: r4epair gnome libs flags (or get rid of entirely) */
/* TODO: r4epair gnome libs flags (or get rid of entirely) */
//#ifdef GNOME_LIBS 
#ifdef GNOME_LIBS 
#include <libgnomevfs/gnome-vfs.h> 
#include <libgnomevfs/gnome-vfs.h> 
//#endif
#endif
#ifdef WITH_MAEMO
#ifdef WITH_MAEMO
(-) dasher-4.6.1/Src/Gtk2/dasher_main.cpp (+2 lines)
 Lines 8-14    Link Here 
#ifdef WITH_MAEMOFULLSCREEN
#ifdef WITH_MAEMOFULLSCREEN
#include <hildon-widgets/hildon-program.h>
#include <hildon-widgets/hildon-program.h>
#endif
#endif
#ifdef GNOME_LIBS
#include <libgnome/libgnome.h>
#include <libgnome/libgnome.h>
#endif
#include "GtkDasherControl.h"
#include "GtkDasherControl.h"
#include "KeyboardHelper.h"
#include "KeyboardHelper.h"