Fix a Gtk warning when checking path input in the log viewer.masterbeta1
commit20f8876c74b8b438084442116d66650c1ba41c05
authorJames Liggett <jrliggett@cox.net>
Thu, 7 Aug 2008 04:49:43 +0000 (6 21:49 -0700)
committerJames Liggett <jrliggett@cox.net>
Thu, 7 Aug 2008 04:49:43 +0000 (6 21:49 -0700)
treef3d5501d3d3745959d2e0c384574449e421c25ef
parentfb6203aa4de7434e98d2bc8d216ac973bf06616b
Fix a Gtk warning when checking path input in the log viewer.

Normally, git_check_input needs the parent of the widget it's checking so that it can give focus
to that widget. This works fine for regular dialogs, but shell widgets like the log viewer are a
special case. In this instance, the shell object should be used as the widget's parent.
plugins/git/git-log-dialog.c