packages feed

manatee-core 0.1.0 → 0.1.1

raw patch · 3 files changed

+4/−4 lines, 3 files

Files

Manatee/Toolkit/Widget/KeymapWindow.hs view
@@ -39,7 +39,7 @@ keymapWindowNew :: IO KeymapWindow keymapWindowNew = do   -- Init.-  window <- windowNew+  window <- windowNewPopup   set window [windowTypeHint           := WindowTypeHintDialog              ,windowDecorated          := False              ,windowAcceptFocus        := False
Manatee/Toolkit/Widget/PopupWindow.hs view
@@ -34,7 +34,7 @@ popupWindowNew :: IO PopupWindow popupWindowNew = do   -- Create window and frame.-  window <- windowNew+  window <- windowNewPopup   frame  <- frameNew   window `containerAdd` frame   
manatee-core.cabal view
@@ -1,5 +1,5 @@ name:			manatee-core-version:		0.1.0+version:		0.1.1 Cabal-Version:	>= 1.6 license:		GPL-3 license-file:	LICENSE@@ -24,7 +24,7 @@ stability:		provisional category:		Manatee, Operating System, Desktop Environment, IDE -tested-with:	GHC==7.0.2+tested-with:	GHC==7.0.3 build-type:		Simple  Source-Repository head