summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-26 19:38:10 -0600
committerIra Rice <irarice@gmail.com>2009-03-26 19:38:10 -0600
commit5561f4355ae1b1c167cd19575527ae0eae24e029 (patch)
treeba42ced9f63a2e21fcc723e2f98380884764face /src/gui/speechbubble.cpp
parent798e9a37aff31dad38f48ea051322b978fcf849b (diff)
downloadmana-client-5561f4355ae1b1c167cd19575527ae0eae24e029.tar.gz
mana-client-5561f4355ae1b1c167cd19575527ae0eae24e029.tar.bz2
mana-client-5561f4355ae1b1c167cd19575527ae0eae24e029.tar.xz
mana-client-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.cpp2
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);