]> git.pld-linux.org Git - packages/ekiga.git/commitdiff
- more fixes auto/th/ekiga-3_2_7-5 auto/ti/ekiga-3_2_7-5
authorlisu <lisu@pld-linux.org>
Thu, 7 Apr 2011 11:33:59 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekiga-libnotify.patch -> 1.2

ekiga-libnotify.patch

index 226d8ddd3027741475d9a3f7da43fc013324c03f..b8b73f90d613ae6c642d05dd0d3254af9d81344a 100644 (file)
@@ -14,8 +14,8 @@
    g_signal_connect (notif, "closed",
                    G_CALLBACK (on_notif_closed), notification.get ());
 --- ekiga-3.2.7/src/gui/main.cpp~      2010-05-30 23:58:01.000000000 +0200
-+++ ekiga-3.2.7/src/gui/main.cpp       2011-04-07 13:23:45.542858431 +0200
-@@ -2820,7 +2820,11 @@
++++ ekiga-3.2.7/src/gui/main.cpp       2011-04-07 13:33:09.966210734 +0200
+@@ -2820,12 +2820,18 @@
  
    body = g_strdup_printf ("%s\n%s\n%s", uri, app, account);
    
    notify_notification_add_action (notify, "accept", _("Accept"), notify_action_cb, mw, NULL);
    notify_notification_add_action (notify, "reject", _("Reject"), notify_action_cb, mw, NULL);
    notify_notification_set_timeout (notify, NOTIFY_EXPIRES_NEVER);
+   notify_notification_set_urgency (notify, NOTIFY_URGENCY_CRITICAL);
++#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0 && NOTIFY_VERSION_MINOR < 7)
+   notify_notification_attach_to_status_icon (notify, statusicon);
++#endif
+   if (!notify_notification_show (notify, NULL)) {
+     ekiga_main_window_incoming_call_dialog_show (mw, call);
+   }
This page took 0.034523 seconds and 4 git commands to generate.