[libvtemm] Some small fixes.



commit 6f390015f9df356c2f1a9840ddda505259238900
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Jan 13 15:57:25 2010 +0100

    Some small fixes.
    
    * libvte/src/terminal.hg: Fixed duplicated docs in
    get_cursor_shape() method.
    * libvtemm.doap: Connection to bugzilla is now over https.

 libvte/src/terminal.hg |    4 ++--
 libvtemm.doap          |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libvte/src/terminal.hg b/libvte/src/terminal.hg
index 30110c1..80fc79b 100644
--- a/libvte/src/terminal.hg
+++ b/libvte/src/terminal.hg
@@ -283,8 +283,8 @@ public:
    */
   _WRAP_METHOD(void set_cursor_shape(TerminalCursorShape shape), vte_terminal_set_cursor_shape)
 
-  /** Sets the shape of the cursor drawn.
-   * @param shape The Gnome::Vte::TerminalCursorShape to use.
+  /** Gets the shape of the cursor drawn.
+   * @return The Gnome::Vte::TerminalCursorShape used to draw cursor.
    */
   _WRAP_METHOD(TerminalCursorShape get_cursor_shape() const, vte_terminal_get_cursor_shape)
 
diff --git a/libvtemm.doap b/libvtemm.doap
index eebcdc6..2bdae85 100644
--- a/libvtemm.doap
+++ b/libvtemm.doap
@@ -12,7 +12,7 @@
   <download-page
   rdf:resource="http://download.gnome.org/sources/libvtemm"/>
   <bug-database
-  rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=libvtemm"/>
+  rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=libvtemm"/>
   <category rdf:resource="http://api.gnome.org/doap-extensions#bindings"; />
 
   <maintainer>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]