<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,7 +29,7 @@ div.exampleblock-content {
 }
 
 /* IE6 sets dynamically generated links as visited. */
-div#toc a:visited { color: blue; }
+div#toc a:visited { color: green; }
 
 /* Because IE6 child selector is broken. */
 div.olist2 ol {</diff>
      <filename>docs/themeref/data/xhtml11-quirks.css</filename>
    </modified>
    <modified>
      <diff>@@ -411,10 +411,13 @@ class Bmpanel2Config:
 #----------------------------------------------------------------------
 class Bmpanel2Remote:
 	def __init__(self):
+		self.started_with_theme = False
 		self.update_pid()
 
 	def update_pid(self):
 		self.pid = int(os.popen(&quot;pidof bmpanel2&quot;).read().splitlines()[0])
+		args = os.popen(&quot;ps --no-heading o %a -p {0}&quot;.format(self.pid)).read().splitlines()[0]
+		self.started_with_theme = args.find(&quot;--theme&quot;) != -1
 
 	def reconfigure(self):
 		os.kill(self.pid, 10)</diff>
      <filename>extra/py/bmpanel2.py</filename>
    </modified>
    <modified>
      <diff>@@ -575,4 +575,11 @@ vbox.pack_start(lbedit.widget, False, True)
 win.add(vbox)
 win.show_all()
 
+if g_remote.started_with_theme:
+	d = gtk.MessageDialog(type=gtk.MESSAGE_WARNING, buttons=gtk.BUTTONS_OK)
+	d.set_markup(&quot;Bmpanel2 was started with &lt;b&gt;--theme&lt;/b&gt; parameter. &quot;
+		&quot;It means it will not react on theme changes in the config file (via this tool or not).&quot;)
+	d.run()
+	d.destroy()
+
 gtk.main()</diff>
      <filename>extra/py/bmpanel2cfg</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9e58e397aafa1a6b41d440f9b08e91a9549d5352</id>
    </parent>
  </parents>
  <author>
    <name>nsf</name>
    <email>no.smile.face@gmail.com</email>
  </author>
  <url>http://github.com/nsf/bmpanel2/commit/8b978bce0af8815e56e09c85ef2f936ed8e235db</url>
  <id>8b978bce0af8815e56e09c85ef2f936ed8e235db</id>
  <committed-date>2009-10-17T15:42:36-07:00</committed-date>
  <authored-date>2009-10-17T15:42:36-07:00</authored-date>
  <message>Show warning message if bmpanel2 was started with '--theme' parameter.</message>
  <tree>549b87c8ca8f465538530cbda555a311e3202dbb</tree>
  <committer>
    <name>nsf</name>
    <email>no.smile.face@gmail.com</email>
  </committer>
</commit>
