[ekiga] Fix compile error (replace deprecated function)



commit 7d173c9843d2e009c3f4e866c9159c94d8004187
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Fri May 4 16:52:04 2012 +0200

    Fix compile error (replace deprecated function)

 src/gui/statusmenu.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/statusmenu.cpp b/src/gui/statusmenu.cpp
index 5c39ea1..0f5eeb4 100644
--- a/src/gui/statusmenu.cpp
+++ b/src/gui/statusmenu.cpp
@@ -411,7 +411,7 @@ status_menu_populate (StatusMenu *self,
     }
 
     if (pixbuf)
-      gdk_pixbuf_unref (pixbuf);
+      g_object_unref (pixbuf);
   }
 
   /* Clear message */



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