Code freeze break for a one-line crasher



Hi,

I need to break the code freeze for a one-liner patch (well, two because there's a comma to add) to solve a crashing situation in ekiga.

Here is the patch in its full glory :
@@ -57,11 +57,12 @@ namespace Ekiga

   /**
    * This class implements an Ekiga::Presentity.
    */
   class URIPresentity:
-    public Ekiga::Presentity
+    public Ekiga::Presentity,
+    public sigc::trackable
   {
   public:

     /**
      * Constructor and destructor



Is that ok?

Snark on #gnome-hackers and #ekiga


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