SetCurrentFolder() for FileChooserButton in Gtk# does not work
Bug #1185015 reported by
Thomas Klose
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gtk-sharp2 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The folowing simple example code does not work in Ubuntu 13.04 (Raring):
using System;
using Gtk;
namespace Playground
{
class MainClass
{
public static void Main (string[] args)
{
Application.
Window win = new Window(
FileChooserB
b.SetCurrent
win.Add(b);
win.ShowAll();
win.Destroyed += delegate { Application.Quit(); };
Application.
}
}
}
The Method SetCurrentFolder() is ineffective. The same code works perfectly fine in Ubuntu <= 12.10 and Debian 6.0/7.0.
To post a comment you must log in.
The same problem seems to occur with SetFile()