Bug #826
Smuxi shows Gtk-CRITICAL message in terminal
Status: | Closed | Start: | 03/29/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Frontend GNOME | |||
Target version: | 1.0+stable | |||
Complexity: | Low |
Found in Version: | ||
Votes: | 0 |
Description
(smuxi-frontend-gnome:31653): Gtk-CRITICAL **: IA__gtk_progress_set_percentage: assertion `percentage >= 0 && percentage <= 1.0' failed
Associated revisions
Revision 65d052558113094a9b7f4ea073fbf56435c46741
Frontend-GNOME: fix Gtk-CRITICAL message (closes: #826)
GTK+ writes an assertion failed message when setting a value that is out of
range like this:
(smuxi-frontend-gnome:31653): Gtk-CRITICAL **: IA__gtk_progress_set_percentage: assertion `percentage >= 0 && percentage <= 1.0' failed
Revision 2394320b2af82f2709e673071f28433a00402779
Frontend-GNOME: fix another Gtk-CRITICAL message (refs: #826)
Removing the last chat will lead to an infinity fraction since x / 0d is
Infinity with Double as data type.
Revision 961d2961ff6ebb6656bd6c296ec65a649eac75bf
Frontend-GNOME: rewrite MainWindow.UpdateProgressBar() (refs: #826)
Keeping a list of synced chats is overkill when chats contain an IsSynced
property making it trivial and less error prone to count the synced chats from
that existing list.
History
Updated by Mirco Bauer 4255 days ago
- Subject changed from crash on smuxi shutdown to Smuxi shows Gtk-CRITICAL message in terminal
Updated by Mirco Bauer 3223 days ago
- Target version set to 1.0.3
- Complexity set to Low
This is an harmless error message generated but GTK+ but confuses people when people look for potential error causes.
Updated by Mirco Bauer 3212 days ago
- Target version deleted (
1.0.3)
Updated by Mirco Bauer 3194 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 65d052558113094a9b7f4ea073fbf56435c46741.
Updated by Mirco Bauer 3194 days ago
- Target version set to 1.0+stable