[Xfce4-commits] libxfce4ui:master Use parent when showing warning.

2012-12-30 Thread Jérôme Guelfucci
Updating branch refs/heads/master
 to 60ee8b36952ab4fd8157b27cf413f4e74771b898 (commit)
   from 77eded0c2c4dd95e7117db4bce6634f998a825aa (commit)

commit 60ee8b36952ab4fd8157b27cf413f4e74771b898
Author: Jérôme Guelfucci jero...@xfce.org
Date:   Sat Dec 22 10:32:33 2012 +0100

Use parent when showing warning.

 libxfce4kbd-private/xfce-shortcuts.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4kbd-private/xfce-shortcuts.c 
b/libxfce4kbd-private/xfce-shortcuts.c
index ba8019e..45357fb 100644
--- a/libxfce4kbd-private/xfce-shortcuts.c
+++ b/libxfce4kbd-private/xfce-shortcuts.c
@@ -96,7 +96,7 @@ xfce_shortcut_conflict_dialog (GtkWindow   *parent,
   /* This shortcut already exists in the provider, we don't want it twice 
*/
 
   /* Warn the user */
-  xfce_dialog_show_warning (NULL, _(Please use another key combination.),
+  xfce_dialog_show_warning (parent, _(Please use another key 
combination.),
 _(%s already triggers this action.), 
shortcut);
 
   return GTK_RESPONSE_REJECT;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] libxfce4ui:master Use parent when showing warning.

2012-12-30 Thread Jérôme Guelfucci
Updating branch refs/heads/master
 to 7e1349870e58425e92b05fd143c4c2d55775d966 (commit)
   from 4f0d394aec8618acea49a030873cc271fd4253b6 (commit)

commit 7e1349870e58425e92b05fd143c4c2d55775d966
Author: Jérôme Guelfucci jero...@xfce.org
Date:   Sat Dec 22 10:32:33 2012 +0100

Use parent when showing warning.

 libxfce4kbd-private/xfce-shortcuts.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4kbd-private/xfce-shortcuts.c 
b/libxfce4kbd-private/xfce-shortcuts.c
index ba8019e..45357fb 100644
--- a/libxfce4kbd-private/xfce-shortcuts.c
+++ b/libxfce4kbd-private/xfce-shortcuts.c
@@ -96,7 +96,7 @@ xfce_shortcut_conflict_dialog (GtkWindow   *parent,
   /* This shortcut already exists in the provider, we don't want it twice 
*/
 
   /* Warn the user */
-  xfce_dialog_show_warning (NULL, _(Please use another key combination.),
+  xfce_dialog_show_warning (parent, _(Please use another key 
combination.),
 _(%s already triggers this action.), 
shortcut);
 
   return GTK_RESPONSE_REJECT;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits