gtk-traymanager 0.1.2 → 0.1.3
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- gtk-traymanager.cabal +3/−1
- src/c/eggtraymanager.c +0/−1
gtk-traymanager.cabal view
@@ -1,5 +1,5 @@ name: gtk-traymanager-version: 0.1.2+version: 0.1.3 synopsis: A wrapper around the eggtraymanager library for Linux system trays license: LGPL-2.1 license-file: LICENSE@@ -18,6 +18,8 @@ Note that it is *NOT* itself a system tray widget, though it is a very convenient utility for implementing one. This package adopts the style of gtk2hs and is designed to work well with it.+ .+ Changes in 0.1.3: Remove an unnecessary include . Changes in 0.1.2: depend on gtk 0.12.1 to build with ghc 7.2
src/c/eggtraymanager.c view
@@ -24,7 +24,6 @@ #include <gtk/gtkwindow.h> #include "eggtraymanager.h" #include "eggmarshalers.h"-#include "panel.h" #include "gdk-helper.h" /* Signals */