|
2008-07-04
, 09:23
|
Posts: 1 |
Thanked: 0 times |
Joined on Jul 2008
|
#42
|
|
2008-07-05
, 02:21
|
Posts: 1 |
Thanked: 1 time |
Joined on May 2008
|
#43
|
argstr = argstr.replace("%20", " ")
argstr = argstr.replace("%20", " ") argstr = argstr.replace("%2C", ",")
The Following User Says Thank You to sushi3 For This Useful Post: | ||
|
2008-07-05
, 03:31
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#44
|
|
2008-07-18
, 20:57
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#45
|
gtk.set_application_name("")
#gtk.set_application_name("")
The Following 3 Users Say Thank You to pipeline For This Useful Post: | ||
|
2008-08-21
, 18:46
|
Posts: 132 |
Thanked: 40 times |
Joined on Jun 2008
|
#46
|
|
2008-09-16
, 18:46
|
Posts: 1 |
Thanked: 0 times |
Joined on Sep 2008
|
#47
|
|
2008-10-08
, 00:20
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#48
|
The Following User Says Thank You to pipeline For This Useful Post: | ||
|
2008-10-08
, 02:49
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#50
|
I've also switched to converting my glade to gtk builder xml which seems faster and better supported now and moving forward. The switch to gtkbuilder was rather trivial once you find some examples.