mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
678 B

  1. --- ././minisip/gui/gtkgui/eggtrayicon.cxx.orig 2005-02-22 13:18:58.417257256 +0100
  2. +++ ././minisip/gui/gtkgui/eggtrayicon.cxx 2005-02-22 13:19:15.680632824 +0100
  3. @@ -20,7 +20,7 @@
  4. #ifndef WIN32
  5. #include <string.h>
  6. -#include <gtk-2.0/gdk/gdkx.h>
  7. +#include <gdk/gdkx.h>
  8. //#include<gtkmm.h>
  9. #include "eggtrayicon.h"
  10. --- ././minisip/gui/gtkgui/eggtrayicon.h.orig 2005-02-22 13:19:06.194075000 +0100
  11. +++ ././minisip/gui/gtkgui/eggtrayicon.h 2005-02-22 13:19:29.178580824 +0100
  12. @@ -22,8 +22,8 @@
  13. #define __EGG_TRAY_ICON_H__
  14. #ifndef WIN32
  15. -#include <gtk-2.0/gtk/gtkplug.h>
  16. -#include <gtk-2.0/gdk/gdkx.h>
  17. +#include <gtk/gtkplug.h>
  18. +#include <gdk/gdkx.h>
  19. G_BEGIN_DECLS