diff options
author | Callum McKenzie <callum@src.gnome.org> | 2009-01-15 03:48:26 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2009-01-15 03:48:26 +0000 |
commit | cdfed1ff741ee16908a9786e44a77880278ddfb0 (patch) | |
tree | 50dfedce504eb008fcf19a5ea884133afc3cfcb6 /stickynotes | |
parent | cd65f76646f1fd06b8d9ad165ec62128aeb6231d (diff) |
More libgnome/libgnomeui removal work. Fixes the build too. Bugs 567779, 567775.
svn path=/trunk/; revision=11205
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/ChangeLog | 4 | ||||
-rw-r--r-- | stickynotes/stickynotes.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/stickynotes/ChangeLog b/stickynotes/ChangeLog index d799e698b..368a5c39a 100644 --- a/stickynotes/ChangeLog +++ b/stickynotes/ChangeLog @@ -1,3 +1,7 @@ +2009-01-15 Callum McKenzie <callum@spooky-possum.org> + + * stickynotes.c: We aren't using libgnomeui anymore. Bug 567775. + ==================== 2.25.3 ====================== ==================== 2.25.2 ====================== diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c index d69e1a496..61133383a 100644 --- a/stickynotes/stickynotes.c +++ b/stickynotes/stickynotes.c @@ -22,7 +22,6 @@ #include <X11/Xatom.h> #include <gdk/gdkx.h> #define WNCK_I_KNOW_THIS_IS_UNSTABLE 1 -#include <libgnomeui/libgnomeui.h> #include <libwnck/libwnck.h> #include <string.h> |