Re: [xiphos-devel] totally lost -- how did i get to where i am?

2018-04-16 Thread Peter Von Kaehne
Having said this, I vaguely remember a few days ago having had problems with opening my preferences and deleting in the end the .xiphos folder. All worked fine after that. Peter > Gesendet: Montag, 16. April 2018 um 17:25 Uhr > Von: "Peter Von Kaehne" > An:

Re: [xiphos-devel] totally lost -- how did i get to where i am?

2018-04-16 Thread Peter Von Kaehne
  Von: "Karl Kleinpaste" > This is the Xiphos developers' list. Are there any actual developers here, or > am I talking to a wall?   Karl, the only thing I can say is that I do not have anything similar on my computer - I am running git-head on Debian testing and I have

Re: [xiphos-devel] totally lost -- how did i get to where i am?

2018-04-16 Thread Karl Kleinpaste
On 04/15/2018 09:41 PM, Karl Kleinpaste wrote: > I am in serious need of a huge clue. Anyone? I did git reset back to the 4.0.7 release. I still get no prefs dialog. Whatever has gone wrong is somehow environmental in my system. If I stuff up my own dummy routine in preferences_dialog.c...

Re: [xiphos-devel] totally lost -- how did i get to where i am?

2018-04-16 Thread Karl Kleinpaste
On 04/16/2018 12:45 PM, Peter Von Kaehne wrote: > I vaguely remember a few days ago having had problems with opening my > preferences and deleting in the end the .xiphos folder As mysteriously as the problem came, it disappeared as I was attempting to differentiate a raw, first-time user

Re: [xiphos-devel] gtk_widget_hide() isn't hiding

2018-04-16 Thread Greg Hellings
And why aren't you just deleting it? --Greg On Mon, Apr 16, 2018 at 6:47 PM, Karl Kleinpaste wrote: > How is it possible for this to fail to eliminate the "detach" entry from > the main menu? > >widgets.attach_detach_item = UI_GET_ITEM(gxml, >

Re: [xiphos-devel] gtk_widget_hide() isn't hiding

2018-04-16 Thread Karl Kleinpaste
On 04/16/2018 08:33 PM, Greg Hellings wrote: > And why aren't you just deleting it? Saved against the idea that someone someday might want to deal with it more properly. ___ xiphos-devel mailing list xiphos-devel@crosswire.org

[xiphos-devel] gtk_widget_hide() isn't hiding

2018-04-16 Thread Karl Kleinpaste
How is it possible for this to fail to eliminate the "detach" entry from the main menu?    widgets.attach_detach_item = UI_GET_ITEM(gxml, "attach_detach_sidebar");    gtk_widget_hide(widgets.attach_detach_item); The function is called, the statements are executed, yet the menu entry