Segfault when adding new row to tree view

2009-06-07 Thread Tomasz Jankowski
Hello! My program crashes in this function (I removed error handling, to make listings shorter): void add_file_button_clicked (GtkButton *button, PrepareSendDialog *object) { PrepareSendFileChooserDialog dialog; gint return_value; return_value = dialog.run_

mac menu accelerators

2009-06-07 Thread Eric Iverson
ige_mac_menu_set_menu_bar creates a nice mac menu. Shortcuts (such as command+N) are shown in the menu but they do not activate the callback. They work properly if left as a non mac menu in the window. Suggestions on how to get menu accels to work on a mac menu? ___

Re: Accelerator

2009-06-07 Thread dhk
Stefan Kost wrote: dhk schrieb: Are accelerators only for menu items? I've seen a lot of examples with accelerators and the all seem to connect to a menu item. I've been having a difficult time getting accelerators to work even with the examples. I think I'm missing something. One thing I wo

Weird Ubuntu 9.04 gtkFileChooser dialog bug??

2009-06-07 Thread Jack Turner
Hello List I'm struggling with a gtk bug that I don't know if is ubuntu specific but i suspect it is. In my app when I open a file chooser dialog the dialog will freeze with an hourglass and home folder and desktop icons are missing from the left pane. If I take the same open dialog code and com