12 lines
577 B
Diff
12 lines
577 B
Diff
--- abrt-1.1.13/src/Applet/CCApplet.cpp 2010-08-02 15:12:39.000000000 +0200
|
|
+++ abrt-1.1.13_/src/Applet/CCApplet.cpp 2010-11-10 19:02:04.131162987 +0100
|
|
@@ -36,7 +36,7 @@
|
|
static NotifyNotification *new_warn_notification()
|
|
{
|
|
NotifyNotification *notification;
|
|
- notification = notify_notification_new(_("Warning"), NULL, NULL, NULL);
|
|
+ notification = notify_notification_new(_("Warning"), NULL, NULL);
|
|
g_signal_connect(notification, "closed", G_CALLBACK(on_notify_close), NULL);
|
|
|
|
GdkPixbuf *pixbuf = gtk_icon_theme_load_icon(gtk_icon_theme_get_default(),
|