diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-26 19:38:10 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-26 19:38:10 -0600 |
commit | 5561f4355ae1b1c167cd19575527ae0eae24e029 (patch) | |
tree | ba42ced9f63a2e21fcc723e2f98380884764face /src/gui/speechbubble.cpp | |
parent | 798e9a37aff31dad38f48ea051322b978fcf849b (diff) | |
download | mana-5561f4355ae1b1c167cd19575527ae0eae24e029.tar.gz mana-5561f4355ae1b1c167cd19575527ae0eae24e029.tar.bz2 mana-5561f4355ae1b1c167cd19575527ae0eae24e029.tar.xz mana-5561f4355ae1b1c167cd19575527ae0eae24e029.zip |
Removed getting and setting a parent window from the popup class, since
this currently does not provide any useful functionality to popups, as
well as doing anything for that matter.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r-- | src/gui/speechbubble.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp index ca771fce..cd483c30 100644 --- a/src/gui/speechbubble.cpp +++ b/src/gui/speechbubble.cpp @@ -34,7 +34,7 @@ #include "../utils/gettext.h" SpeechBubble::SpeechBubble(): - Popup("Speech", NULL, "graphics/gui/speechbubble.xml"), + Popup("Speech", "graphics/gui/speechbubble.xml"), mText("") { setContentSize(140, 46); |