[empathy] account-widget-jabber: doesn't allow negative priority
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] account-widget-jabber: doesn't allow negative priority
- Date: Thu, 9 Feb 2012 11:55:01 +0000 (UTC)
commit 5c9ffe720041257034f8d85d1ae5298bbdf10492
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Feb 9 12:51:47 2012 +0100
account-widget-jabber: doesn't allow negative priority
Setting a negative priority secretly mean "don't send me any message" which
can be very confusing.
https://bugzilla.gnome.org/show_bug.cgi?id=669712
libempathy-gtk/empathy-account-widget-jabber.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui
index f4ee3b5..49ac47e 100644
--- a/libempathy-gtk/empathy-account-widget-jabber.ui
+++ b/libempathy-gtk/empathy-account-widget-jabber.ui
@@ -2,7 +2,7 @@
<interface>
<requires lib="gtk+" version="2.16"/>
<object class="GtkAdjustment" id="adjustment1">
- <property name="lower">-128</property>
+ <property name="lower">0</property>
<property name="upper">127</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]