Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for the MIME type handling of a request SL #3512Manuel Quiñones2012-05-041-4/+7
| | | | | | | | | | | | | | | | We were not returning the right value, the callback should return True if the signal is handled, False otherwise. And a policy decision should be done, ignore for PDF. This fixes http://bugs.sugarlabs.org/ticket/3512 ----- v1 -> v2: fixed regression with PDF handling. v2 -> v3: set policy decision to ignore for PDF. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Update the URL entry text when the address is changed SL #3564Manuel Quiñones2012-05-041-0/+2
| | | | | | | | The WebEntry is not updating the text when changing the address, now it does the same as when the title is changed. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Remove link overlayManuel Quiñones2012-05-021-57/+2
| | | | | | | | | The loading/link indicator seems to be disturbing for users, and we already have means to display the link information in the palette, and the loading status in the URL entry. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*