the about dialog exit unexpectedly

Bug #157014 reported by yanglei
4
Affects Status Importance Assigned to Milestone
Moblin UI Framework
Won't Fix
Medium
Bob Spencer

Bug Description

1. in my application, I create about dialog with gtk_show_about_dialog:
gtk_show_about_dialog(NULL,
                      "name", "Test About Dialog",
                      "logo", pixbuf, //logo stored in pixbuf
                      "title", "About Dialog",
                      "version", "Version 1.0",
                      "license", "the GPL V2.0",
                      "comments", "some comments here",
                      "website", "http://www.moblin.org",
                      "copyright", "(C) by moblin.org",
                      NULL);
The dialog is shown correctly.
2. then I click the "License" button at left-bottom of the about dialog, there is a dialog "license" pop up. the license info shown in this dialog.
3. click "close" button to close the license dialog, at this time the application existed and "segmentation fault" printed on console

Tags: hw-all
yanglei (lei-a-yang)
Changed in moblin-applets:
assignee: nobody → bob-spencer
importance: Undecided → Medium
Revision history for this message
Horace (horace-li) wrote :

We will create about dialog for each existing app and let valication team to verify. I am not sure if it is the usual way that gtk_show_about_dialog is used, and we need more debugging on this.

Changed in moblin-ui-framework:
status: New → Triaged
cathyli (cathy-li)
Changed in moblin-ui-framework:
milestone: none → m9
Margie (margie-foster)
Changed in moblin-ui-framework:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.