After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658180 - import flow
import flow
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Color
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Richard Hughes
Control-Center Maintainers
3.10
Depends on:
Blocks:
 
 
Reported: 2011-09-04 14:35 UTC by Matthias Clasen
Modified: 2013-04-19 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2011-09-04 14:35:49 UTC
When I click 'Add profile', I first get a file chooser.
When I cancel the file chooser, I end up in another dialog with an empty combobox.
That is unintuitive. Cancelling the file chooser should end the entire operation and bring me back to the panel.
Comment 1 Richard Hughes 2011-09-04 21:08:14 UTC
I've pushed:

commit f8fbf443d79fa72bbcca5fd7b2c494b7e9bdbbb0
Author: Richard Hughes <richard@hughsie.com>
Date:   Sun Sep 4 22:07:03 2011 +0100

    color: If cancelling profile import don't show the empty assign dialog
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658180

Can you verify this fixes the problem, and if so I'll drag it into 3.2

Thanks dude,

Richard.
Comment 2 Matthias Clasen 2011-09-05 11:32:02 UTC
Yes, works fine
Comment 3 Matthias Clasen 2011-09-05 11:33:09 UTC
Although I do notice

(gnome-control-center:6554): GLib-CRITICAL **: g_sequence_remove: assertion `iter != NULL' failed


and 

(gnome-control-center:6554): color-cc-panel-WARNING **: failed to get ICC file


as well as a stray separator in the inline toolbar
Comment 4 Richard Hughes 2013-04-19 15:05:27 UTC
Seems fixed now.